bevy_kana 0.0.4

Ergonomic, opinionated utilities for Bevy — type-safe math, input wiring, and more
Documentation
#[cfg(feature = "math")]
pub use super::Displacement;
#[cfg(feature = "input")]
pub use super::Keybindings;
#[cfg(feature = "math")]
pub use super::Orientation;
#[cfg(feature = "math")]
pub use super::Position;
#[cfg(feature = "math")]
pub use super::ScreenPosition;
#[cfg(feature = "math")]
pub use super::ToF32;
#[cfg(feature = "math")]
pub use super::ToF64;
#[cfg(feature = "math")]
pub use super::ToI32;
#[cfg(feature = "math")]
pub use super::ToU8;
#[cfg(feature = "math")]
pub use super::ToU16;
#[cfg(feature = "math")]
pub use super::ToU32;
#[cfg(feature = "math")]
pub use super::ToUsize;
#[cfg(feature = "math")]
pub use super::Velocity;