licenses.dev

drawing v0.1.0

API for 2D graphics library

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
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
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
euclid • 0.21.0Geometry primitivesDIRECT2
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
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
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
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`. DIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
MIT3
PackageRelationDependenciesPublished
clamped • 1.0.0Simple clamping of numbers in RustDIRECT0
freetype-rs • 0.26.0Bindings for FreeType font libraryDIRECT7
freetype-sys • 0.13.1Low level binding for FreeType font libraryINDIRECT5
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/drawing)](https://licenses.dev/cargo/drawing)
<a href="https://licenses.dev/cargo/drawing">
  <img src="https://licenses.dev/b/cargo/drawing" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

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