licenses.dev

andrew v0.3.1

The andrew crate provides convenient drawing of objects such as shapes, lines and text to buffers

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT31
PackageRelationDependenciesPublished
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
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
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
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
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
memmap2 • 0.1.0Cross-platform Rust API for memory-mapped file IOINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.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
proc-macro2 • 1.0.88A 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
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. DIRECT3
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
ttf-parser • 0.15.2A high-level, safe, zero-allocation TrueType font parser.INDIRECT0
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
xdg • 2.5.2A library for storing and retrieving files according to XDG Base Directory specificationDIRECT0
MIT13
PackageRelationDependenciesPublished
calloop • 0.6.5A callback-based event loopINDIRECT7
dlib • 0.4.2Helper macros for handling manually loading optional system libraries.INDIRECT5
nix • 0.18.0Rust friendly bindings to *nix APIsINDIRECT5
nix • 0.20.0Rust friendly bindings to *nix APIsINDIRECT5
smithay-client-toolkit • 0.12.3Toolkit for making client wayland applications.DIRECT51
wayland-client • 0.28.6Bindings to the standard C implementation of the wayland protocol, client side.INDIRECT17
wayland-commons • 0.28.6Common types and structures used by wayland-client and wayland-server.INDIRECT10
wayland-cursor • 0.28.6Bindings to libwayland-cursor.INDIRECT19
wayland-protocols • 0.28.6Generated API for the officials wayland protocol extensionsINDIRECT18
wayland-scanner • 0.28.6Wayland 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.INDIRECT1
xcursor • 0.3.8A library for loading XCursor themesINDIRECT0
xml-rs • 0.8.22An XML library in pure RustDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
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.DIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.02
PackageRelationDependenciesPublished
ab_glyph_rasterizer • 0.1.8Coverage rasterization for lines, quadratic & cubic beziersINDIRECT0
owned_ttf_parser • 0.15.2ttf-parser plus support for owned dataINDIRECT1
ISC1
PackageRelationDependenciesPublished
libloading • 0.6.7Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
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/andrew)](https://licenses.dev/cargo/andrew)
<a href="https://licenses.dev/cargo/andrew">
  <img src="https://licenses.dev/b/cargo/andrew" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.1 version:

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