creator 0.4.1

Mobile Game Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use creator_derive::*;

#[cfg(feature = "creator-ads")]
pub use creator_ads;

#[cfg(feature = "creator-tools")]
pub use creator_tools;

#[cfg(feature = "creator-permissions")]
pub use creator_permissions;

#[cfg(target_os = "android")]
pub use ndk_glue;