blue_engine 0.10.0

General-Purpose, Easy-to-use, Fast, and Portable graphics engine
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../crates/docs/main.md")]

#[cfg(not(feature = "dynamic_link"))]
pub use blue_engine_core::*;

#[cfg(all(feature = "dynamic_link", not(target_family = "wasm")))]
pub use blue_engine_dynamic::*;