enso/lib/rust/ensogl/examples/animation/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
575 B
TOML
Raw Normal View History

[package]
name = "ensogl-example-animation"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
2021-12-01 18:06:57 +03:00
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
enso-frp = { path = "../../../frp" }
ensogl-core = { path = "../../core" }
2022-08-27 01:25:34 +03:00
ensogl-text-msdf = { path = "../../component/text/src/font/msdf" }
enso-prelude = { path = "../../../prelude" }
wasm-bindgen = { workspace = true }
# Stop wasm-pack from running wasm-opt, because we run it from our build scripts in order to customize options.
[package.metadata.wasm-pack.profile.release]
wasm-opt = false