mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Update cargo-run-wasm (#2509)
This commit is contained in:
@@ -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; }");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user