mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 02:33:19 +03:00
965d1ff28b
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.
15 lines
349 B
TOML
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 = [] }
|