ruffle/web/common/Cargo.toml

16 lines
309 B
TOML
Raw Normal View History

[package]
name = "ruffle_web_common"
version = "0.1.0"
authors = ["Ruffle LLC <ruffle@ruffle.rs>"]
edition.workspace = true
license = "MIT OR Apache-2.0"
[dependencies]
2023-06-15 18:01:00 +00:00
js-sys = "0.3.64"
tracing = { workspace = true }
2023-06-15 18:01:00 +00:00
wasm-bindgen = "=0.2.87"
[dependencies.web-sys]
2023-06-15 18:01:00 +00:00
version = "0.3.64"
features = ["Window"]