Re-exports§
pub use application::Application;
pub use gfx::color;
pub use ui::Widget;
pub use math::rect::Rect;
pub use math::rect::Region;
pub use math::Offset;
pub use math::Origin;
pub use math::Ortho;
pub use math::Point;
pub use math::Point2D;
pub use math::Size;
pub use math::Transform;
pub use math::Transform3D;
pub use math::Vector;
pub use math::Vector2D;
pub use math::Vector3D;
pub use math::Vector4D;
pub use math::Zero;
Modules§
Constants§
- VERSION
- Program version.
Statics§
- ALLOCATOR
- Global memory allocator.