blue_engine 0.5.2

General-Purpose, Easy-to-use, Fast, and Portable graphics engine
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * Blue Engine by Elham Aryanpur
 *
 * The license is same as the one on the root.
*/

/// The camera utilities
pub mod camera;
/// default resources used in the engine
pub mod default_resources;