host_bindings/
lib.rs

1#![cfg(not(target_arch = "wasm32"))]
2
3mod graphics;
4pub use graphics::*;