Docs.rs
lotus_engine-0.1.0
lotus_engine 0.1.0
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
zenialexandre
Dependencies
anyhow ^1.0.97
normal
bytemuck ^1.22.0
normal
cgmath ^0.18
normal
env_logger ^0.11.7
normal
image ^0.25.5
normal
log ^0.4.26
normal
lotus_proc_macros ^0.1.0
normal
pollster ^0.4
normal
uuid ^1.16.0
normal
wgpu ^24.0
normal
winit ^0.30
normal
Versions
0%
of the crate is documented
Go to latest version
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
lotus_
engine
0.1.0
lotus_engine
Macro
your_game
Copy item path
Source
macro_rules! your_game { ($window_configuration:expr, $setup:ident, $update:ident) => { ... }; }