mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 13:51:30 +11:00
Update cargo-run-wasm (#2509)
This commit is contained in:
parent
4d48c76da9
commit
bb0f965c57
|
@ -6,4 +6,4 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo-run-wasm = "0.1.0"
|
cargo-run-wasm = "0.2.0"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
fn main() {
|
fn main() {
|
||||||
cargo_run_wasm::run_wasm();
|
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue