licenses.dev

plotters-iced v0.1.4

Iced backend for Plotters

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT197
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
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
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT12
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 • 2.6.0A fast bump allocation arena for Rust.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. DIRECT3
cfg-if • 0.1.10A 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
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
chrono • 0.4.20Date and time library for RustDIRECT24
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT4
cocoa-foundation • 0.1.2Bindings to Cocoa Foundation for macOSINDIRECT12
cocoa • 0.24.1Bindings to Cocoa for macOSINDIRECT16
copyless • 0.1.5Ways to eliminate memcpy calls when using the standard library.INDIRECT0
core-foundation-sys • 0.7.0Bindings to Core Foundation for macOSINDIRECT0
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.7.0Bindings to Core Foundation for macOSINDIRECT2
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.19.2Bindings to Core Graphics for macOSINDIRECT6
core-graphics • 0.22.3Bindings to Core Graphics for macOSINDIRECT7
core-text • 19.2.0Bindings to the Core Text framework.INDIRECT8
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
derivative • 2.2.0A set of alternative `derive` attributes for RustINDIRECT5
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
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
errno • 0.3.9Cross-platform interface to the `errno` variable.INDIRECT11
euclid • 0.22.11Geometry primitivesINDIRECT2
fixedbitset • 0.2.0FixedBitSet is a simple bitset collectionINDIRECT0
float-ord • 0.2.0A total ordering for floating-point numbersINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
font-kit • 0.10.1A cross-platform font loading libraryINDIRECT59
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
freetype • 0.7.0Bindings for Freetype used by ServoINDIRECT7
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
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 backendsINDIRECT44
gfx-backend-dx11 • 0.7.0DirectX-11 API backend for gfx-rsINDIRECT60
gfx-backend-dx12 • 0.7.1DirectX-12 API backend for gfx-rsINDIRECT60
gfx-backend-empty • 0.7.0Empty backend for gfx-rsINDIRECT31
gfx-backend-gl • 0.7.1OpenGL backend for gfx-rsINDIRECT61
gfx-backend-metal • 0.7.0Metal API backend for gfx-rsINDIRECT70
gfx-backend-vulkan • 0.7.0Vulkan API backend for gfx-rsINDIRECT53
gfx-hal • 0.7.0gfx-rs hardware abstraction layerINDIRECT30
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
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.INDIRECT4
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.9.1A Rust port of Google's SwissTable hash mapINDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
idna • 0.5.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT4
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT9
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
jni-sys • 0.3.0Rust definitions corresponding to jni.hINDIRECT0
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
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
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
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 INDIRECT0
longest-increasing-subsequence • 0.1.0Find a longest increasing subsequence of some input sequenceINDIRECT0
lyon_algorithms • 0.16.02D Path manipulation/transformation algorithms.INDIRECT7
lyon_geom • 0.16.22D quadratic and cubic bézier arcs and line segment math on top of euclid.INDIRECT4
lyon_path • 0.16.2Types and utilities to store, build and iterate over 2D paths.INDIRECT5
lyon_tessellation • 0.16.2A low level path tessellation library.INDIRECT7
lyon • 0.16.22D Graphics rendering on the GPU using tessellation.INDIRECT9
memmap2 • 0.1.0Cross-platform Rust API for memory-mapped file IOINDIRECT1
memmap2 • 0.5.10Cross-platform Rust API for memory-mapped file IOINDIRECT1
metal • 0.21.0Rust bindings for MetalINDIRECT16
mio-extras • 2.0.6Extra components for use with MioINDIRECT20
miow • 0.2.2A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT10
naga • 0.3.2Shader translation infrastructureINDIRECT26
ndk-glue • 0.2.1Startup code for android binariesINDIRECT28
ndk-macro • 0.2.0Helper macros for android ndkINDIRECT16
ndk-sys • 0.2.2FFI bindings for the Android NDKINDIRECT0
ndk • 0.2.1Safe Rust bindings to the Android NDKINDIRECT17
net2 • 0.2.39Extensions to the standard library's networking types as proposed in RFC 1158. INDIRECT5
ntapi • 0.3.7FFI bindings for Native APIINDIRECT3
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
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
pathfinder_geometry • 0.5.1Basic SIMD-accelerated geometry/linear algebraINDIRECT4
pathfinder_simd • 0.5.4A simple SIMD libraryINDIRECT2
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
petgraph • 0.5.1Graph data structure library. Provides graph types and graph algorithms.INDIRECT11
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
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-crate • 0.1.5Replacement for crate (macro_rules keyword) in proc-macros INDIRECT7
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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-hash • 2.0.0A speedy, non-cryptographic hashing algorithm used by rustcINDIRECT0
rusttype • 0.9.3A 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. INDIRECT3
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
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.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
servo-fontconfig • 0.5.1Rust bindings for fontconfigINDIRECT9
sid • 0.6.1Simple Id. Tiny crate providing strongly typed ids and an id-based vector.INDIRECT2
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
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
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT5
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.15.2A high-level, safe, zero-allocation TrueType font parser.INDIRECT0
ttf-parser • 0.25.0A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.INDIRECT0
unicode-bidi • 0.3.17Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
url • 2.5.2URL library for Rust, based on the WHATWG URL StandardINDIRECT7
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. DIRECT13
web-sys • 0.3.46Bindings for all Web APIs, a procedurally generated crate from WebIDL DIRECT15
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.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
wio • 0.2.2Windows IO wrapperINDIRECT3
x11rb-protocol • 0.13.1Rust bindings to X11INDIRECT0
x11rb • 0.13.1Rust bindings to X11INDIRECT26
xdg • 2.5.2A library for storing and retrieving files according to XDG Base Directory specificationINDIRECT0
MIT74
PackageRelationDependenciesPublished
andrew • 0.3.1The andrew crate provides convenient drawing of objects such as shapes, lines and text to buffersINDIRECT20
ash • 0.31.0Vulkan bindings for RustINDIRECT5
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
calloop • 0.6.5A callback-based event loopINDIRECT8
cfg_aliases • 0.1.1A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.INDIRECT0
core-video-sys • 0.1.4Bindings to CoreVideo.framework for macOS and iOSINDIRECT14
darling_core • 0.10.2Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling_macro • 0.10.2Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT9
darling • 0.10.2A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT10
dispatch • 0.2.0Rust wrapper for Apple's Grand Central Dispatch.INDIRECT0
dlib • 0.4.2Helper macros for handling manually loading optional system libraries.INDIRECT5
dlib • 0.5.2Helper macros for handling manually loading optional system libraries.INDIRECT11
expat-sys • 2.1.6XML parser library written in CINDIRECT6
freetype-sys • 0.13.1Low level binding for FreeType font libraryINDIRECT6
iced_core • 0.4.0The essential concepts of IcedINDIRECT0
iced_futures • 0.3.0Commands, subscriptions, and runtimes for IcedINDIRECT46
iced_graphics • 0.2.0A bunch of backend-agnostic types that can be leveraged to build a renderer for IcedDIRECT124
iced_native • 0.4.0A renderer-agnostic library for native GUIsDIRECT61
iced_style • 0.3.0The default set of styles of IcedINDIRECT1
iced_web • 0.4.0A web backend for IcedDIRECT64
iced_winit • 0.3.0A winit runtime for IcedINDIRECT238
iced • 0.3.0A cross-platform GUI library inspired by ElmDIRECT315
inplace_it • 0.3.5Place small arrays on the stack with a low-cost!INDIRECT0
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
libredox • 0.1.3Redox stable ABIINDIRECT2
lru • 0.7.8A LRU cache implementationDIRECT8
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
mio • 0.6.23Lightweight non-blocking I/O.INDIRECT18
nix • 0.18.0Rust friendly bindings to *nix APIsINDIRECT6
nix • 0.20.0Rust friendly bindings to *nix APIsINDIRECT6
nix • 0.24.3Rust friendly bindings to *nix APIsINDIRECT5
objc_exception • 0.1.2Rust interface for Objective-C's throw and try/catch statements.INDIRECT4
objc_id • 0.1.1Rust smart pointers for Objective-C reference counting.INDIRECT7
objc-foundation • 0.1.1Rust wrapper for Objective-C's Foundation framework.INDIRECT9
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT6
ordered-float • 4.4.0Wrappers for total ordering on floatsINDIRECT2
plotters-backend • 0.3.7Plotters Backend APIDIRECT0
plotters • 0.3.0A Rust drawing library focus on data plotting for both WASM and native applicationsDIRECT27
raw-window-handle • 0.3.4Interoperability library for Rust Windowing applications.INDIRECT3
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
servo-fontconfig-sys • 5.1.0Font configuration and customization libraryINDIRECT8
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
smithay-client-toolkit • 0.12.3Toolkit for making client wayland applications.INDIRECT54
smithay-client-toolkit • 0.16.1Toolkit for making client wayland applications.INDIRECT36
smithay-clipboard • 0.6.6Provides access to the wayland clipboard for client applications.INDIRECT37
strsim • 0.9.3Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
sysinfo • 0.21.2Library to get system information such as processes, CPUs, disks, components and networksDIRECT8
tokio • 1.41.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT14
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
wayland-client • 0.28.6Bindings to the standard C implementation of the wayland protocol, client side.INDIRECT30
wayland-client • 0.29.5Bindings to the standard C implementation of the wayland protocol, client side.INDIRECT30
wayland-commons • 0.28.6Common types and structures used by wayland-client and wayland-server.INDIRECT22
wayland-commons • 0.29.5Common types and structures used by wayland-client and wayland-server.INDIRECT22
wayland-cursor • 0.28.6Bindings to libwayland-cursor.INDIRECT32
wayland-cursor • 0.29.5Bindings to libwayland-cursor.INDIRECT32
wayland-protocols • 0.28.6Generated API for the officials wayland protocol extensionsINDIRECT31
wayland-protocols • 0.29.5Generated API for the officials wayland protocol extensionsINDIRECT31
wayland-scanner • 0.28.6Wayland Scanner for generating rust APIs from XML wayland protocol files.INDIRECT4
wayland-scanner • 0.29.5Wayland Scanner for generating rust APIs from XML wayland protocol files.INDIRECT4
wayland-sys • 0.28.6FFI 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.INDIRECT14
wayland-sys • 0.29.5FFI 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.INDIRECT14
wgpu_glyph • 0.11.0A fast text renderer for wgpu, powered by glyph_brushINDIRECT131
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
window_clipboard • 0.2.4A library to obtain clipboard access from a `raw-window-handle`INDIRECT78
ws2_32-sys • 0.2.1Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.INDIRECT2
x11-dl • 2.21.0X11 library bindings for RustINDIRECT3
xcursor • 0.3.8A library for loading XCursor themesINDIRECT0
xml-rs • 0.8.22An XML library in pure RustINDIRECT0
Apache-2.015
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
clipboard_macos • 0.1.0A library to obtain access to the macOS clipboardINDIRECT10
clipboard_wayland • 0.2.0A library to obtain access to the clipboard of a Wayland windowINDIRECT38
gethostname • 0.4.3gethostname for all platformsINDIRECT9
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_glyphINDIRECT37
owned_ttf_parser • 0.15.2ttf-parser plus support for owned dataINDIRECT1
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
winit • 0.24.0Cross-platform window creation library.INDIRECT120
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.INDIRECT5
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
raw-window-handle • 0.4.3Interoperability library for Rust Windowing applications.INDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
MPL-2.05
PackageRelationDependenciesPublished
dodrio • 0.2.0A fast, bump-allocated virtual DOM library.DIRECT22
dwrote • 0.11.2Lightweight binding to DirectWrite.INDIRECT6
wgpu-core • 0.7.2WebGPU core logic on wgpu-halINDIRECT99
wgpu-types • 0.7.0WebGPU typesINDIRECT1
wgpu • 0.7.1Rusty WebGPU API wrapperINDIRECT101
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
BSD-3-Clause5
PackageRelationDependenciesPublished
fuchsia-zircon-sys • 0.3.3Low-level Rust bindings for the Zircon kernelINDIRECT0
fuchsia-zircon • 0.3.3Rust bindings for the Zircon kernelINDIRECT2
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
num_enum_derive • 0.4.3Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)INDIRECT10
num_enum • 0.4.3Procedural macros to make inter-operation between primitives and enums easier.INDIRECT12
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception4
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.10.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
unknown3
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
clipboard_x11 • 0.4.2A library to obtain access to the X11 clipboardINDIRECT33
num-integer • 0.1.46Integer traits and functionsINDIRECT2
BSL-1.03
PackageRelationDependenciesPublished
clipboard-win • 4.5.0Provides simple way to interact with Windows clipboard.INDIRECT6
error-code • 2.3.1Error codeINDIRECT2
str-buf • 1.0.6Static string bufferINDIRECT0
ISC2
PackageRelationDependenciesPublished
libloading • 0.6.7Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
libloading • 0.8.5Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
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
MIT AND OFL-1.11
PackageRelationDependenciesPublished
iced_wgpu • 0.4.0A wgpu renderer for IcedINDIRECT203
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Zlib1
PackageRelationDependenciesPublished
slotmap • 0.4.3Slotmap data structureINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.4 version:

[![licenses](https://licenses.dev/b/cargo/plotters-iced/0.1.4)](https://licenses.dev/cargo/plotters-iced/0.1.4)
<a href="https://licenses.dev/cargo/plotters-iced/0.1.4">
  <img src="https://licenses.dev/b/cargo/plotters-iced/0.1.4" alt="licenses" />
</a>
GitHub