mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 02:23:28 +03:00
16 lines
428 B
TOML
16 lines
428 B
TOML
|
[package]
|
||
|
name = "ensogl-example-animation"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib", "rlib"]
|
||
|
|
||
|
[dependencies]
|
||
|
enso-frp = { path = "../../../frp" }
|
||
|
ensogl-core = { path = "../../core" }
|
||
|
ensogl-text-msdf-sys = { path = "../../component/text/msdf-sys" }
|
||
|
enso-prelude = { path = "../../../prelude" }
|
||
|
wasm-bindgen = { version = "=0.2.58", features = [ "nightly" ] }
|