licenses.dev

iced_wgpu v0.4.0

A wgpu renderer for Iced

Published on

Licenses

Learn more about license information.

Package Licenses

MIT AND OFL-1.1

Dependency Licenses

Apache-2.0 OR MIT132
PackageRelationDependenciesPublished
ahash • 0.4.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT0
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.0.99A 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. INDIRECT3
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cocoa-foundation • 0.1.2Bindings to Cocoa Foundation for macOSINDIRECT12
copyless • 0.1.5Ways to eliminate memcpy calls when using the standard library.INDIRECT0
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
core-graphics-types • 0.1.3Bindings for some fundamental Core Graphics typesINDIRECT4
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.5.13Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
cty • 0.2.2Type aliases to C types like c_int for use with bindgenINDIRECT0
d3d12 • 0.3.2Low level D3D12 API wrapperINDIRECT6
data-url • 0.1.1Processing of data: URL according to WHATWG’s Fetch StandardINDIRECT1
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
euclid • 0.22.11Geometry primitivesINDIRECT2
fixedbitset • 0.2.0FixedBitSet is a simple bitset collectionINDIRECT0
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT19
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT20
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.INDIRECT1
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gfx-auxil • 0.8.0Implementation details shared between gfx-rs backendsINDIRECT40
gfx-backend-dx11 • 0.7.0DirectX-11 API backend for gfx-rsINDIRECT56
gfx-backend-dx12 • 0.7.1DirectX-12 API backend for gfx-rsINDIRECT56
gfx-backend-empty • 0.7.0Empty backend for gfx-rsINDIRECT25
gfx-backend-gl • 0.7.1OpenGL backend for gfx-rsINDIRECT57
gfx-backend-metal • 0.7.0Metal API backend for gfx-rsINDIRECT66
gfx-backend-vulkan • 0.7.0Vulkan API backend for gfx-rsINDIRECT49
gfx-hal • 0.7.0gfx-rs hardware abstraction layerINDIRECT24
glam • 0.10.2A simple and fast 3D math library for games and graphicsINDIRECT1
glow • 0.7.2GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.INDIRECT17
gpu-alloc-types • 0.2.0Core types of gpu-alloc crateINDIRECT1
gpu-alloc • 0.3.2Implementation agnostic memory allocator for Vulkan like APIsINDIRECT11
gpu-descriptor-types • 0.1.2Core types of gpu-descriptor crateINDIRECT1
gpu-descriptor • 0.1.1Implementation agnostic descriptor allocator for Vulkan like APIsINDIRECT14
guillotiere • 0.6.2A dynamic 2D texture atlas allocator with fast deallocation.DIRECT4
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hashbrown • 0.9.1A Rust port of Google's SwissTable hash mapINDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
jpeg-decoder • 0.1.22JPEG decoderINDIRECT0
js-sys • 0.3.46Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT14
khronos-egl • 3.0.2Rust bindings for EGLINDIRECT6
kurbo • 0.7.1A 2D curves libraryINDIRECT1
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
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust DIRECT0
memmap2 • 0.1.0Cross-platform Rust API for memory-mapped file IOINDIRECT1
metal • 0.21.0Rust bindings for MetalINDIRECT16
naga • 0.3.2Shader translation infrastructureINDIRECT19
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.8.6An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot • 0.11.2More compact and efficient implementations of the standard synchronization primitives.INDIRECT13
petgraph • 0.5.1Graph data structure library. Provides graph types and graph algorithms.INDIRECT4
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustINDIRECT7
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
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
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
range-alloc • 0.1.3Generic range allocatorINDIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
roxmltree • 0.13.1Represent an XML as a read-only tree.INDIRECT1
rustc-hash • 2.0.0A speedy, non-cryptographic hashing algorithm used by rustcINDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
simplecss • 0.2.1A simple CSS 2 parser and selector.INDIRECT1
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
spirv_cross • 0.23.1Safe wrapper around SPIRV-CrossINDIRECT19
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
svg_fmt • 0.4.3Very simple debugging utilities to dump shapes in SVG format.INDIRECT0
svgtypes • 0.5.0SVG types parser.INDIRECT2
syn • 1.0.65Parser for Rust source codeINDIRECT4
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
thunderdome • 0.3.0Fast arena allocator with compact generational indicesINDIRECT0
ttf-parser • 0.25.0A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.INDIRECT0
ttf-parser • 0.9.0A high-level, safe, zero-allocation TrueType font parser.INDIRECT0
unicode-bidi-mirroring • 0.1.0Unicode Bidi Mirroring propery detectionINDIRECT0
unicode-bidi • 0.3.17Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-ccc • 0.1.2Unicode Canonical Combining Class detectionINDIRECT0
unicode-script • 0.5.7This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) INDIRECT0
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-vo • 0.1.0Unicode vertical orientation detectionINDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.INDIRECT4
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.69Backend code generation of the wasm-bindgen tool INDIRECT9
wasm-bindgen-futures • 0.4.19Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT16
wasm-bindgen-macro-support • 0.2.69The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT10
wasm-bindgen-macro • 0.2.69Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT11
wasm-bindgen-shared • 0.2.69Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.69Easy support for interacting between JS and Rust. INDIRECT13
web-sys • 0.3.46Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT15
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
wio • 0.2.2Windows IO wrapperINDIRECT3
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT32
PackageRelationDependenciesPublished
ash • 0.31.0Vulkan bindings for RustINDIRECT5
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
cfg_aliases • 0.1.1A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.INDIRECT0
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
float-cmp • 0.5.3Floating point approximate comparison traitsINDIRECT0
fontdb • 0.3.0A simple, in-memory font database with CSS-like queries.INDIRECT8
iced_core • 0.4.0The essential concepts of IcedINDIRECT0
iced_futures • 0.3.0Commands, subscriptions, and runtimes for IcedINDIRECT35
iced_graphics • 0.2.0A bunch of backend-agnostic types that can be leveraged to build a renderer for IcedDIRECT61
iced_native • 0.4.0A renderer-agnostic library for native GUIsDIRECT50
iced_style • 0.3.0The default set of styles of IcedINDIRECT1
image • 0.23.14Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT13
inplace_it • 0.3.5Place small arrays on the stack with a low-cost!INDIRECT0
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
objc_exception • 0.1.2Rust interface for Objective-C's throw and try/catch statements.INDIRECT4
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT6
ordered-float • 4.4.0Wrappers for total ordering on floatsINDIRECT2
pico-args • 0.3.4An ultra simple CLI arguments parser.INDIRECT0
raw-window-handle • 0.3.4Interoperability library for Rust Windowing applications.DIRECT3
rctree • 0.3.3A 'DOM-like' tree implemented using reference countingINDIRECT0
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.INDIRECT6
rustybuzz • 0.3.0A complete harfbuzz shaping algorithm port to Rust.INDIRECT13
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tracing-attributes • 0.1.27Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.40Application-level tracing for Rust. INDIRECT8
twox-hash • 1.6.3A Rust implementation of the XXHash and XXH3 algorithmsINDIRECT16
wgpu_glyph • 0.11.0A fast text renderer for wgpu, powered by glyph_brushDIRECT129
xmlwriter • 0.1.0A simple, streaming XML writer.INDIRECT0
Apache-2.011
PackageRelationDependenciesPublished
ab_glyph_rasterizer • 0.1.8Coverage rasterization for lines, quadratic & cubic beziersINDIRECT0
ab_glyph • 0.2.29API for loading, scaling, positioning and rasterizing OpenType font glyphs.INDIRECT3
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT2
glyph_brush_draw_cache • 0.1.6Texture draw cache for ab_glyphINDIRECT13
glyph_brush_layout • 0.2.4Text layout for ab_glyphINDIRECT8
glyph_brush • 0.7.10Fast cached text render library using ab_glyphDIRECT37
owned_ttf_parser • 0.25.0ttf-parser plus support for owned dataINDIRECT1
spirv_headers • 1.5.0Rust definition of SPIR-V structs and enumsINDIRECT3
storage-map • 0.3.0Concurrent append-only map storageINDIRECT3
unicode-general-category • 0.2.0Fast lookup of the Unicode General Category property for charINDIRECT0
xi-unicode • 0.3.0Unicode utilities useful for text editing, including a line breaking iterator.INDIRECT0
Apache-2.0 OR MIT OR Zlib6
PackageRelationDependenciesPublished
bytemuck_derive • 1.8.0derive proc-macros for `bytemuck`INDIRECT4
bytemuck • 1.19.0A crate for mucking around with piles of bytes.DIRECT5
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
raw-window-handle • 0.4.3Interoperability library for Rust Windowing applications.INDIRECT1
safe_arch • 0.5.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT6
wide • 0.6.5A crate to help you go wide.INDIRECT7
MPL-2.06
PackageRelationDependenciesPublished
resvg • 0.12.0An SVG rendering library.DIRECT55
svgfilters • 0.2.0Implementation of various SVG filters.INDIRECT8
usvg • 0.12.0An SVG simplification library.DIRECT42
wgpu-core • 0.7.2WebGPU core logic on wgpu-halINDIRECT95
wgpu-types • 0.7.0WebGPU typesINDIRECT1
wgpu • 0.7.1Rusty WebGPU API wrapperDIRECT97
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
BSD-3-Clause2
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
tiny-skia • 0.2.0A tiny Skia subset ported to Rust.INDIRECT18
Zlib2
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
slotmap • 0.4.3Slotmap data structureINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
ISC1
PackageRelationDependenciesPublished
libloading • 0.6.7Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.0 version:

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