Update cargo-run-wasm (#2509)

This commit is contained in:
Lucas Kent 2022-10-09 13:49:19 +11:00 committed by GitHub
parent 4d48c76da9
commit bb0f965c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cargo-run-wasm = "0.1.0"
cargo-run-wasm = "0.2.0"

View file

@ -1,3 +1,3 @@
fn main() {
cargo_run_wasm::run_wasm();
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
}