Docs.rs
viewport-lib-0.3.0
viewport-lib 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
grimandgreedy
Dependencies
bytemuck ^1.25
normal
egui =0.33.3
normal
optional
glam =0.30.10
normal
gtk4 ^0.9
normal
optional
parry3d ^0.26
normal
serde ^1.0
normal
optional
thiserror ^2.0
normal
tracing ^0.1
normal
wgpu ^27.0
normal
eframe =0.33.3
dev
iced ^0.14
dev
pollster ^0.4
dev
slint ~1.15
dev
tracing-subscriber ^0.3
dev
winit ^0.30
dev
Versions
100%
of the crate is documented
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
Skip to main content
Files
viewport_lib/widgets/
mod.rs
1
/// 2D axes orientation indicator rendered in the viewport corner.
2
pub mod
axes_indicator;