enso/app/gui/view/welcome-screen/Cargo.toml
Michał Wawrzyniec Urbańczyk 965d1ff28b
Bump wasm-bindgen (#3971)
This PR brings wasm-bindgen (and related crates) to the latest version. I've also removed patching code, so future updates should be much easier.
2022-12-13 22:20:25 +01:00

15 lines
349 B
TOML

[package]
name = "welcome-screen"
version = "0.1.0"
edition = "2021"
authors = ["Enso Team <contact@enso.org>"]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
ensogl = { path = "../../../../lib/rust/ensogl" }
enso-frp = { path = "../../../../lib/rust/frp" }
wasm-bindgen = { workspace = true }
web-sys = { version = "0.3.4", features = [] }