vello/examples/run_wasm/Cargo.toml

12 lines
388 B
TOML
Raw Normal View History

[package]
name = "run_wasm"
version.workspace = true
edition.workspace = true
2022-12-09 04:43:09 +11:00
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# We use cargo-run-wasm main because of our workspace layout
cargo-run-wasm = { git = "https://github.com/rukai/cargo-run-wasm", rev = "d14f73de77eaae44714b4817d660026a31f5f5a9" }