licenses.dev

sixtyfps-rendering-backend-qt v0.1.5

Qt rendering backend for SixtyFPS

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0-only

Dependency Licenses

Apache-2.0 OR MIT55
PackageRelationDependenciesPublished
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
auto_enums_core • 0.7.12An internal crate to support auto_enums - do not use directly INDIRECT4
auto_enums_derive • 0.7.12An internal crate to support auto_enums - do not use directly INDIRECT6
auto_enums • 0.7.12A library for to allow multiple return types by automatically generated enum. INDIRECT8
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.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
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
const-field-offset-macro • 0.1.5Procedural macro to generate constant field offset from repr(c) structINDIRECT4
const-field-offset • 0.1.5Wrapper around field-offset crate and const-field-offset-macroDIRECT10
cpp_build • 0.5.8Cargo build script for the `cpp` crateDIRECT12
cpp_common • 0.5.8Implementation details crate for the `cpp` crateINDIRECT4
cpp_macros • 0.5.8Procedural macro implementation for the `cpp` crateINDIRECT9
cpp • 0.5.8Inline C++ code closuresDIRECT10
derive_utils • 0.11.2A procedural macro helper for easily writing derive macros for enums. INDIRECT4
euclid • 0.22.11Geometry primitivesDIRECT2
field-offset • 0.3.6Safe pointer-to-member implementationINDIRECT4
heck • 0.3.3heck is a case conversion library.INDIRECT1
js-sys • 0.3.72Bindings 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. INDIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lyon_algorithms • 0.17.72D Path manipulation/transformation algorithms.INDIRECT7
lyon_geom • 0.17.72D quadratic and cubic bézier arcs and line segment math on top of euclid.INDIRECT4
lyon_path • 0.17.7Types and utilities to store, build and iterate over 2D paths.DIRECT5
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
portable-atomic • 1.9.0Portable atomic types including support for 128-bit atomics, atomic float, etc. 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
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
scoped-tls-hkt • 0.1.5A more flexible version of `scoped-tls`, allowing the following additional features: - Storage of references to dynamically sized types. - Storage of mutable references. - Storage of types containing unbound lifetime parameters (higher-kinded types). - Some combination of the above. 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.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
sid • 0.6.1Simple Id. Tiny crate providing strongly typed ids and an id-based vector.INDIRECT2
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
triomphe • 0.1.14A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)INDIRECT7
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
vtable-macro • 0.1.12Helper crate to generate ffi-friendly virtual tablesINDIRECT4
vtable • 0.1.12Helper crate to generate ffi-friendly virtual tablesDIRECT14
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. INDIRECT12
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT14
MIT10
PackageRelationDependenciesPublished
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
memoffset • 0.9.1offset_of functionality for Rust structs.INDIRECT1
pin-weak • 1.1.0Small wrapper around an equivalent of Pin<Weak<T>>DIRECT0
qttypes • 0.2.12Manually maintained buildings for Qt value typesDIRECT18
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.INDIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strum_macros • 0.23.1Helpful macros for working with enums and stringsINDIRECT7
strum • 0.23.0Helpful macros for working with enums and stringsINDIRECT0
weak-table • 0.3.2Weak hash maps and setsINDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
GPL-3.0-only2
PackageRelationDependenciesPublished
sixtyfps-corelib-macros • 0.1.5Helper macro for sixtyfps-corelibDIRECT4
sixtyfps-corelib • 0.1.5Internal SixtyFPS runtime library.DIRECT58
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT15
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.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/sixtyfps-rendering-backend-qt)](https://licenses.dev/cargo/sixtyfps-rendering-backend-qt)
<a href="https://licenses.dev/cargo/sixtyfps-rendering-backend-qt">
  <img src="https://licenses.dev/b/cargo/sixtyfps-rendering-backend-qt" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.5 version:

[![licenses](https://licenses.dev/b/cargo/sixtyfps-rendering-backend-qt/0.1.5)](https://licenses.dev/cargo/sixtyfps-rendering-backend-qt/0.1.5)
<a href="https://licenses.dev/cargo/sixtyfps-rendering-backend-qt/0.1.5">
  <img src="https://licenses.dev/b/cargo/sixtyfps-rendering-backend-qt/0.1.5" alt="licenses" />
</a>
GitHub