1 2 3 4 5 6
#![cfg(target_arch = "wasm32")] extern crate wasm_bindgen; pub mod quad_tree; pub mod tilemap;