licenses.dev

iced_graphics v0.6.0

A bunch of backend-agnostic types that can be leveraged to build a renderer for Iced

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT120
PackageRelationDependenciesPublished
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
arrayvec • 0.7.6A 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
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
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.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
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
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
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
core-graphics • 0.22.3Bindings to Core Graphics for macOSINDIRECT7
core-text • 19.2.0Bindings to the Core Text framework.INDIRECT8
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
data-url • 0.1.1Processing of data: URL according to WHATWG’s Fetch StandardINDIRECT1
dirs-next • 2.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. INDIRECT17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT16
euclid • 0.22.11Geometry primitivesINDIRECT3
fdeflate • 0.3.5Fast specialized deflate implementationINDIRECT1
find-crate • 0.6.3Find the crate name from the current Cargo.toml. INDIRECT7
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. INDIRECT5
float-ord • 0.2.0A total ordering for floating-point numbersINDIRECT0
font-kit • 0.10.1A cross-platform font loading libraryDIRECT58
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
freetype • 0.7.0Bindings for Freetype used by ServoINDIRECT6
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. INDIRECT20
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
glam • 0.21.3A simple and fast 3D math library for games and graphicsDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
image • 0.24.9Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT11
jpeg-decoder • 0.1.22JPEG decoderINDIRECT0
js-sys • 0.3.72Bindings 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. INDIRECT13
kurbo • 0.8.0A 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
libm • 0.2.8libm in pure RustINDIRECT0
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
lyon_algorithms • 1.0.42D Path manipulation/transformation algorithms.INDIRECT7
lyon_geom • 1.0.52D quadratic and cubic bézier arcs and line segment math on top of euclid.INDIRECT5
lyon_path • 1.0.5Types and utilities to store, build and iterate over 2D paths.INDIRECT6
lyon_tessellation • 1.0.15A low level path tessellation library.INDIRECT8
lyon • 1.0.12D Graphics rendering on the GPU using tessellation.DIRECT10
memmap2 • 0.3.1Cross-platform Rust API for memory-mapped file IOINDIRECT1
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
palette_derive • 0.6.1Automatically implement traits from the palette crate.INDIRECT9
palette • 0.6.1Convert and manage colors with a focus on correctness, flexibility and ease of use.INDIRECT21
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
pathfinder_geometry • 0.5.1Basic SIMD-accelerated geometry/linear algebraINDIRECT4
pathfinder_simd • 0.5.4A simple SIMD libraryINDIRECT2
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
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.17.14PNG decoding and encoding library in pure RustINDIRECT8
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
qrcode • 0.12.0QR code encoder in RustDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT1
roxmltree • 0.14.1Represent an XML as a read-only tree.INDIRECT1
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
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
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
servo-fontconfig • 0.5.1Rust bindings for fontconfigINDIRECT8
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
simplecss • 0.2.1A simple CSS 2 parser and selector.INDIRECT1
siphasher • 0.3.11SipHash-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
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
svgtypes • 0.8.2SVG types parser.INDIRECT1
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
ttf-parser • 0.12.3A 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
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-futures • 0.4.45Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT15
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. INDIRECT12
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT14
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
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
wio • 0.2.2Windows IO wrapperINDIRECT3
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT29
PackageRelationDependenciesPublished
checked_int_cast • 1.0.0Conversions between primitive integers with overflow and underflow checking INDIRECT0
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
expat-sys • 2.1.6XML parser library written in CINDIRECT4
float_next_after • 1.0.0A trait for native rust f64/f32 nextafterINDIRECT0
float-cmp • 0.9.0Floating point approximate comparison traitsINDIRECT0
fontdb • 0.6.2A simple, in-memory font database with CSS-like queries.INDIRECT4
freetype-sys • 0.13.1Low level binding for FreeType font libraryINDIRECT5
iced_core • 0.7.0The essential concepts of IcedINDIRECT25
iced_futures • 0.5.1Commands, subscriptions, and runtimes for IcedINDIRECT45
iced_native • 0.8.0A renderer-agnostic library for native GUIsDIRECT68
iced_style • 0.6.0The default set of styles of IcedDIRECT27
libredox • 0.1.3Redox stable ABIINDIRECT2
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
phf_generator • 0.11.2PHF generation logicINDIRECT4
phf_macros • 0.11.2Macros to generate types in the phf crateINDIRECT9
phf_shared • 0.11.2Support code shared by PHF librariesINDIRECT1
phf • 0.11.2Runtime support for perfect hash function data structuresINDIRECT10
pico-args • 0.4.2An ultra simple CLI arguments parser.INDIRECT0
rctree • 0.4.0A 'DOM-like' tree implemented using reference countingINDIRECT0
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
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.4.0A complete harfbuzz shaping algorithm port to Rust.INDIRECT13
servo-fontconfig-sys • 5.1.0Font configuration and customization libraryINDIRECT7
simd-adler32 • 0.3.7A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
twox-hash • 1.6.3A Rust implementation of the XXHash and XXH3 algorithmsINDIRECT2
wasm-timer • 0.2.5Abstraction over std::time::Instant and futures-timer that works on WASMINDIRECT44
xmlwriter • 0.1.0A simple, streaming XML writer.INDIRECT0
Apache-2.0 OR MIT OR Zlib5
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 minizINDIRECT2
raw-window-handle • 0.5.2Interoperability library for Rust Windowing applications.DIRECT0
safe_arch • 0.5.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT6
MIT OR Unlicense5
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
MPL-2.04
PackageRelationDependenciesPublished
dwrote • 0.11.2Lightweight binding to DirectWrite.INDIRECT6
resvg • 0.18.0An SVG rendering library.DIRECT49
svgfilters • 0.4.0Implementation of various SVG filters.INDIRECT8
usvg • 0.18.0An SVG simplification library.DIRECT40
BSD-2-Clause3
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
kamadak-exif • 0.5.5Exif parsing library written in pure RustDIRECT1
mutate_once • 0.1.1Interior mutability, write-once and borrowable as plain &TINDIRECT0
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.6.6A tiny Skia subset ported to Rust.DIRECT18
Apache-2.02
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT3
unicode-general-category • 0.4.0Fast lookup of the Unicode General Category property for charINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
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_graphics)](https://licenses.dev/cargo/iced_graphics)
<a href="https://licenses.dev/cargo/iced_graphics">
  <img src="https://licenses.dev/b/cargo/iced_graphics" alt="licenses" />
</a>

Or the licenses badge code for the 0.6.0 version:

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