mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 05:22:10 +03:00
18 lines
542 B
TOML
18 lines
542 B
TOML
[package]
|
|
name = "ensogl-example-list-view"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
enso-frp = { path = "../../../frp" }
|
|
ensogl-core = { path = "../../core" }
|
|
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
|
|
ensogl-list-view = { path = "../../component/list-view" }
|
|
ensogl-text-msdf = { path = "../../component/text/src/font/msdf" }
|
|
enso-text = { path = "../../../text" }
|
|
wasm-bindgen = { version = "0.2.78", features = ["nightly"] }
|