Docs.rs
mirage-engine-0.2.0
mirage-engine 0.2.0
Docs.rs crate page
Zlib
OR
Apache-2.0
OR
MIT
22 September 2026
Links
Repository
crates.io
Source
Owners
Mojo703
Dependencies
bytemuck ^1.25
normal
egui ^0.35.0
normal
optional
egui-wgpu ^0.35.0
normal
optional
egui-winit ^0.35.0
normal
optional
glam ^0.33.5
normal
gltf ^1.4.1
normal
image ^0.25.10
normal
lewton ^0.10.2
normal
log ^0.4.33
normal
mirage-engine-derive ^0.2.0
normal
rayon ^1.12.0
normal
skrifa ^0.42.1
normal
wgpu ^29.0.4
normal
winit ^0.30.13
normal
cpal ^0.18.2
normal
egui-winit ^0.35.0
normal
optional
env_logger ^0.11.11
normal
gilrs ^0.11
normal
pollster ^1.0.1
normal
console_error_panic_hook ^0.1.7
normal
console_log ^1.1.0
normal
js-sys ^0.3.104
normal
wasm-bindgen =0.2.127
normal
wasm-bindgen-futures ^0.4.77
normal
web-sys ^0.3.104
normal
web-time ^1.1.0
normal
windows-sys ^0.52
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module ray
mirage_
engine
0.2.0
Module ray
Module Items
Structs
In crate mirage_
engine
mirage_engine
Module
ray
Copy item path
Source
Expand description
The ray a pixel lies on, and the shapes a game can hit with it.
Structs
ยง
Plane
A plane in the world, defined by a point on it and its normal.
Ray
A point in the world and the direction it looks.