Skip to content

Commit

Permalink
Update cargo-run-wasm (rust-windowing#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Oct 9, 2022
1 parent 4d48c76 commit bb0f965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
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 bb0f965

Please sign in to comment.