licenses.dev

gfx_draping v0.2.0

Drape polygons over terrain with gfx

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT98
PackageRelationDependenciesPublished
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT1
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 0.7.0A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 0.8.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 0.9.1A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cgl • 0.2.3Rust bindings for CGL on MacINDIRECT6
clamp • 0.1.0The clamp functionINDIRECT0
cocoa • 0.9.2Bindings to Cocoa for macOSINDIRECT8
core-foundation-sys • 0.3.1Bindings to Core Foundation for macOSINDIRECT1
core-foundation-sys • 0.4.6Bindings to Core Foundation for macOSINDIRECT1
core-foundation • 0.3.0Bindings to Core Foundation for macOSINDIRECT2
core-foundation • 0.4.6Bindings to Core Foundation for macOSINDIRECT2
core-graphics • 0.8.2Bindings to Core Graphics for macOSINDIRECT4
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
deflate • 0.7.20A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
derivative • 1.0.4A set of alternative `derive` attributes for RustINDIRECT4
dtoa • 0.4.8Fast floating point primitive to string conversionINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fs2 • 0.2.5Cross-platform file locks and file duplication.INDIRECT4
geo • 0.6.3Geospatial primitives and algorithmsDIRECT47
geojson • 0.9.1Read and write GeoJSON vector geographic dataDIRECT52
gif • 0.9.2GIF de- and encoderINDIRECT2
gleam • 0.6.19Generated OpenGL bindings and wrapper for Servo.INDIRECT4
itoa • 0.3.4Fast integer primitive to string conversionINDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
jpeg-decoder • 0.1.22JPEG decoderINDIRECT6
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libm • 0.2.8libm in pure RustINDIRECT0
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).INDIRECT5
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
log • 0.3.9A lightweight logging facade for Rust INDIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lzw • 0.10.0LZW compression and decompression.INDIRECT0
matrixmultiply • 0.2.4General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT1
memmap • 0.4.0Cross-platform Rust API for memory-mapped file IOINDIRECT5
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
num-bigint • 0.2.6Big integer implementation for RustINDIRECT4
num-complex • 0.2.4Complex numbers implementation for RustINDIRECT3
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT4
num-rational • 0.1.42Rational numbers implementation for RustINDIRECT4
num-rational • 0.2.4Rational numbers implementation for RustINDIRECT5
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
num • 0.2.1A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! INDIRECT8
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pdqselect • 0.1.1Selects the kth smallest element of a slice, based on Orson Peters's Pattern Defeating QuickselectINDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
png • 0.9.0PNG decoding and encoding library in pure RustINDIRECT10
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quaternion • 0.3.1A simple and type agnostic quaternion math library designed for reexportingINDIRECT2
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.1.1ChaCha random number generator INDIRECT4
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generators INDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.3.23Random number generators and other randomness functionality. INDIRECT9
rand • 0.4.6Random number generators and other randomness functionality. INDIRECT8
rand • 0.6.5Random number generators and other randomness functionality. INDIRECT19
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
rusttype • 0.2.4A pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering. INDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 0.9.10A JSON serialization file formatINDIRECT7
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 0.9.15A generic serialization/deserialization frameworkINDIRECT0
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shared_library • 0.1.9Easily bind to and load shared librariesINDIRECT2
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
spade • 1.8.2Delaunay triangulations for the rust ecosystemINDIRECT39
stb_truetype • 0.2.8A straight translation of the font loading code in stb_truetype.h from C to Rust.INDIRECT2
stb_truetype • 0.3.1A straight translation of the font loading code in stb_truetype.h from C to Rust.INDIRECT1
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
tempfile • 2.2.0A library for managing temporary files and directories.INDIRECT14
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT5
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT56
PackageRelationDependenciesPublished
android_glue • 0.2.3Glue for the Android JNIINDIRECT0
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
camera_controllers • 0.22.0A library for 3D camera control.DIRECT13
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
dlib • 0.3.1Helper macros for handling manually loading optional system libraries.INDIRECT38
dwmapi-sys • 0.1.1Contains function definitions for the Windows API library dwmapi. See winapi for types and constants.INDIRECT2
enum_primitive • 0.1.1Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0INDIRECT4
fps_counter • 0.2.0A Frames Per Second (FPS) counterDIRECT6
freetype-rs • 0.14.0Bindings for FreeType font libraryINDIRECT8
freetype-sys • 0.5.0Low level binding for FreeType font libraryINDIRECT6
gdi32-sys • 0.1.2Contains function definitions for the Windows API library gdi32. See winapi for types and constants.INDIRECT2
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
gfx_text • 0.18.0Draw text for gfx using freetype.DIRECT20
image • 0.15.0Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT25
inflate • 0.2.0DEFLATE decodingINDIRECT0
interpolation • 0.1.0A library for interpolationINDIRECT0
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT2
phf_codegen • 0.7.24Codegen library for PHF typesINDIRECT23
phf_generator • 0.7.24PHF generation logicINDIRECT22
phf_shared • 0.7.24Support code shared by PHF librariesINDIRECT1
phf • 0.7.24Runtime support for perfect hash function data structuresINDIRECT2
piston_window • 0.70.0The official Piston window wrapper for the Piston game engineDIRECT150
piston-float • 0.3.0Traits for generic floats in game developmentINDIRECT0
piston-gfx_texture • 0.26.0A Gfx texture representation that works nicely with Piston librariesINDIRECT38
piston-shaders_graphics2d • 0.3.1Shaders for 2D graphics in RustINDIRECT0
piston-texture • 0.5.0A generic library for texturesINDIRECT0
piston-viewport • 0.3.0A library for storing viewport informationINDIRECT1
piston • 0.33.0The Piston game engine core librariesINDIRECT13
piston2d-gfx_graphics • 0.43.0A Gfx 2D back-end for the Piston game engineINDIRECT53
piston2d-graphics • 0.21.1A library for 2D graphics that works with multiple back-endsINDIRECT6
piston3d-cam • 0.3.0A library for 3D camera and navigationINDIRECT3
pistoncore-event_loop • 0.33.0A Piston event loop for games and interactive applicationsINDIRECT12
pistoncore-glutin_window • 0.39.1A Piston window back-end using the Glutin libraryINDIRECT101
pistoncore-input • 0.19.0A structure for user inputINDIRECT9
pistoncore-window • 0.28.0A library for window abstractionINDIRECT11
read_color • 0.1.0A simple library for reading hex colorsINDIRECT0
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
scoped_threadpool • 0.1.9A library for scoped and cached threadpools.INDIRECT0
shader_version • 0.2.2A helper library for detecting and picking compatible shadersINDIRECT0
shell32-sys • 0.1.2Contains function definitions for the Windows API library shell32. See winapi for types and constants.INDIRECT2
user32-sys • 0.1.3Contains function definitions for the Windows API library user32. See winapi for types and constants.INDIRECT2
vecmath • 0.3.1A simple and type agnostic library for vector math designed for reexportingDIRECT1
wayland-client • 0.9.10Bindings to the standard C implementation of the wayland protocol, client side.INDIRECT43
wayland-kbd • 0.9.1Keyboard mapping utility for wayland-client using libxkbcommon.INDIRECT47
wayland-protocols • 0.9.10Generated API for the officials wayland protocol extensionsINDIRECT44
wayland-scanner • 0.9.10Wayland Scanner for generating rust APIs from XML wayland protocol files.INDIRECT2
wayland-sys • 0.9.10FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.INDIRECT39
wayland-window • 0.7.0A minimalistic window-decorations library built on top of wayland-client.INDIRECT50
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
x11-dl • 2.21.0X11 library bindings for RustINDIRECT3
xml-rs • 0.6.1An XML library in pure RustINDIRECT1
xml-rs • 0.7.0An XML library in pure RustINDIRECT1
xml-rs • 0.8.22An XML library in pure RustINDIRECT0
Apache-2.020
PackageRelationDependenciesPublished
alga • 0.9.3Abstract algebra for RustINDIRECT5
approx • 0.1.1Approximate floating point equality comparisons and assertions.INDIRECT0
approx • 0.3.2Approximate floating point equality comparisons and assertions.INDIRECT3
cgmath • 0.15.0A linear algebra and mathematics library for computer graphics.DIRECT15
cgmath • 0.17.0A linear algebra and mathematics library for computer graphics.INDIRECT23
draw_state • 0.7.1Graphics state blocks for gfx-rsINDIRECT1
gfx_core • 0.7.2Core library of Gfx-rsINDIRECT9
gfx_device_gl • 0.14.6OpenGL backend for gfx-rsINDIRECT15
gfx_gl • 0.4.0OpenGL bindings for gfx, based on gl-rsINDIRECT6
gfx • 0.16.3A high-performance, bindless graphics APIDIRECT10
gl_generator • 0.13.1Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT3
gl_generator • 0.5.5Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT5
gl_generator • 0.6.1Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT5
gl_generator • 0.7.0Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT5
gl • 0.6.5OpenGL bindingsINDIRECT6
glutin • 0.9.2Cross-platform OpenGL context provider.INDIRECT85
khronos_api • 1.0.1The Khronos XML API Registry, exposed as byte string constants.INDIRECT0
khronos_api • 2.2.0The Khronos XML API Registry, exposed as byte string constants.INDIRECT0
khronos_api • 3.1.0The Khronos XML API Registry, exposed as byte string constants.INDIRECT0
winit • 0.7.6Cross-platform window creation library.INDIRECT74
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
ISC2
PackageRelationDependenciesPublished
libloading • 0.3.4Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT37
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
BSD-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.18.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT32
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.10.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT3
CC0-1.01
PackageRelationDependenciesPublished
osmesa-sys • 0.1.2OSMesa library bindings for RustINDIRECT3
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
Apache-2.0 OR ISC1
PackageRelationDependenciesPublished
target_build_utils • 0.3.1DEPRECATED: Use Cargo environment variables `CARGO_CFG_TARGET_*`INDIRECT32
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/gfx_draping)](https://licenses.dev/cargo/gfx_draping)
<a href="https://licenses.dev/cargo/gfx_draping">
  <img src="https://licenses.dev/b/cargo/gfx_draping" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/cargo/gfx_draping/0.2.0)](https://licenses.dev/cargo/gfx_draping/0.2.0)
<a href="https://licenses.dev/cargo/gfx_draping/0.2.0">
  <img src="https://licenses.dev/b/cargo/gfx_draping/0.2.0" alt="licenses" />
</a>
GitHub