Expand description
Collection of libraries for WASM-4 fantasy console
This is a convenience crate that re-exports all wasm4fun-* crates.
See the documentation of individual crates for more information.
Re-exportsยง
pub use wasm4fun_core as core;pub use wasm4fun_fmt as fmt;pub use wasm4fun_graphics as graphics;pub use wasm4fun_input as input;pub use wasm4fun_log as log;pub use wasm4fun_logo as logo;pub use wasm4fun_panichandler as panichandler;pub use wasm4fun_random as random;pub use wasm4fun_sound as sound;pub use wasm4fun_storage as storage;pub use wasm4fun_time as time;