licenses.dev

egui v0.17.0

An easy-to-use immediate mode GUI that runs on both web and native

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT18
PackageRelationDependenciesPublished
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. 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
emath • 0.17.0Minimal 2D math library for GUI workINDIRECT0
epaint • 0.17.0Minimal 2D graphics library for GUI workDIRECT13
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
nohash-hasher • 0.2.0An implementation of `std::hash::Hasher` which does not hash at all.DIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
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
ron • 0.7.1Rusty Object NotationDIRECT8
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
ttf-parser • 0.25.0A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT3
PackageRelationDependenciesPublished
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. DIRECT8
Apache-2.03
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
owned_ttf_parser • 0.25.0ttf-parser plus support for owned dataINDIRECT1
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceDIRECT6
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
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.17.0 version:

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