licenses.dev

drawing_gl v0.3.0

OpenGL backend 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 MIT18
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. 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
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
drawing • 0.3.3API for 2D graphics libraryDIRECT20
euclid • 0.22.11Geometry primitivesDIRECT2
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust 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`. INDIRECT0
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)INDIRECT5
MIT4
PackageRelationDependenciesPublished
clamped • 1.0.0Simple clamping of numbers in RustINDIRECT0
freetype-rs • 0.29.1Bindings for FreeType font libraryINDIRECT7
freetype-sys • 0.15.0Low level binding for FreeType font libraryINDIRECT5
xml-rs • 0.8.22An XML library in pure RustINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
gl_generator • 0.14.0Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT3
gl • 0.14.0OpenGL bindingsDIRECT4
khronos_api • 3.1.0The Khronos XML API Registry, exposed as byte string constants.INDIRECT0
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_gl)](https://licenses.dev/cargo/drawing_gl)
<a href="https://licenses.dev/cargo/drawing_gl">
  <img src="https://licenses.dev/b/cargo/drawing_gl" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.0 version:

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