softbuffer/run-wasm/src/main.rs
Ian Douglas Scott 3b9976685c Add run-wasm workspace member, as used in winit
This makes it easy to run examples with the web backend, in the same way
that winit examples are run.
2023-02-23 08:49:36 -08:00

3 lines
78 B
Rust

fn main() {
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
}