Skip to content

Commit

Permalink
Update cargo-run-wasm (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Oct 9, 2022
1 parent 3cd9398 commit 81dc1e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion run-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
cargo-run-wasm = "0.2.0"
2 changes: 1 addition & 1 deletion run-wasm/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
cargo_run_wasm::run_wasm();
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
}

0 comments on commit 81dc1e2

Please sign in to comment.