Docs.rs
moltrun-1.3.0
moltrun 1.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
remoteman-kr
Dependencies
bytemuck ^1.16
normal
image ^0.25
normal
log ^0.4
normal
rapier2d ^0.30.1
normal
serde ^1.0
normal
serde_yaml ^0.9
normal
thiserror ^1.0
normal
wgpu ^27.0.1
normal
winit ^0.29
normal
env_logger ^0.11
dev
pollster ^0.3
dev
Versions
38.69%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
moltrun/
lib.rs
1
pub mod
core;
2
pub mod
runtime;
3
pub mod
math;
4
pub mod
systems;
5
pub mod
components;