cc • 1.2.5A 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.
INDIRECT
1
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.
DIRECT
0
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.
INDIRECT
0
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.
INDIRECT
1
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
9
itoa • 1.0.14Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.76Bindings 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.
DIRECT
19
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
rand_core • 0.6.4Core random number generator traits and tools for implementation.
INDIRECT
4
rand • 0.8.5Random number generators and other randomness functionality.
INDIRECT
14
sapp-android • 0.1.15Part of miniquad rendering library.
Native bindings to slightly modified sokol-app.
INDIRECT
2
sapp-darwin • 0.1.5Part of miniquad rendering library.
Native bindings to a slightly modified version of sokol-app.
INDIRECT
2
sapp-dummy • 0.1.5Part of miniquad rendering library.
Stub sapp definitions.
INDIRECT
1
sapp-ios • 0.1.2Part of miniquad rendering library.
Native bindings to a slightly modified version of sokol-app.
INDIRECT
2
sapp-linux • 0.1.12Part of miniquad rendering library.
Orignally this was a sokol-app C code transpiled to rust with c2rust and partially rewritten to more idiomatic rust.
INDIRECT
1
sapp-wasm • 0.1.23Part of miniquad rendering library.
Binding and JS implementation of GL and sokol-app API.
INDIRECT
0
sapp-windows • 0.2.16Part of miniquad rendering library.
Native bindings to slightly modified sokol-app.
INDIRECT
3
send_wrapper • 0.5.0This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types
between threads, as long as you access the contained value only from within the original thread. You also have to
make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated,
a panic occurs.
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
url • 2.5.4URL library for Rust, based on the WHATWG URL Standard
DIRECT
12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
web-sys • 0.3.76Bindings for all Web APIs, a procedurally generated crate from WebIDL
DIRECT
20
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.
INDIRECT
0
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.