[package] name = "ensogl-example-animation" version = "0.1.0" authors = ["Enso Team "] edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] enso-frp = { path = "../../../frp" } ensogl-core = { path = "../../core" } 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