mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 13:02:07 +03:00
99b0c46d87
Split all the EnsoGL components, examples and debug scenes to separate crates, so the work on the single component should be quicker than before.
13 lines
343 B
TOML
13 lines
343 B
TOML
[package]
|
|
name = "ensogl-list-view"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
enso-frp = { path = "../../../frp" }
|
|
ensogl-core = { path = "../../core" }
|
|
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
|
|
ensogl-shadow = { path = "../shadow" }
|
|
ensogl-text = { path = "../text" }
|