Docs.rs
plinth-core-0.1.2
plinth-core 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
gusjengis
Dependencies
env_logger ^0.11.5
normal
log ^0.4.22
normal
pollster ^0.4.0
normal
wasm-bindgen ^0.2.100
normal
wasm-logger ^0.2.0
normal
wgpu ^26.0.1
normal
winit ^0.30.12
normal
console_error_panic_hook ^0.1.7
normal
console_log ^1.0
normal
wasm-bindgen-futures ^0.4.49
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
plinth_core/
lib.rs
1
pub mod
app;
2
pub mod
graphics;
3
pub mod
plinth_app;
4
pub use
wgpu;
5
pub use
winit;