nuit-core 0.2.0

Core structures and traits for Nuit
Documentation
mod animation;
mod alignment;
mod angle;
mod approx_eq;
mod binding;
mod clone;
mod color;
mod diff;
mod font;
mod frame;
mod has_id;
mod id_path;
mod id;
mod identified;
mod insets;
mod material;
mod style;
mod unit_point;
mod vec2;
mod zero;

pub use animation::*;
pub use alignment::*;
pub use angle::*;
pub use approx_eq::*;
pub use binding::*;
pub use color::*;
pub use diff::*;
pub use font::*;
pub use frame::*;
pub use has_id::*;
pub use id_path::*;
pub use id::*;
pub use identified::*;
pub use insets::*;
pub use material::*;
pub use style::*;
pub use unit_point::*;
pub use vec2::*;
pub use zero::*;