ruffle/web/common/Cargo.toml

16 lines
297 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-05-15 00:57:42 +00:00
js-sys = "0.3.62"
2023-01-04 11:33:10 +00:00
tracing = "0.1.37"
2023-05-15 00:57:42 +00:00
wasm-bindgen = "=0.2.85"
[dependencies.web-sys]
2023-05-15 00:57:42 +00:00
version = "0.3.62"
features = ["Window"]