sprocket_engine 0.2.1

A vulkan game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod application;
mod time;
mod timer;
pub mod graphics;
pub mod logger;
pub mod math;
pub use application::Application;
pub use time::Time;
pub use timer::Timer;

// Reexported crates
pub use log;