mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 13:11:41 +03:00
1c8aa26f90
[ci no changelog needed] [Task link](https://www.pivotaltracker.com/story/show/181414466) This PR brings a new UI component: Wide Component Group. This is a three-column headerless container similar to Component Group. See the updated `component-group` demo scene: https://user-images.githubusercontent.com/6566674/166933866-e5bee142-5176-4a02-bc18-a5bfd96ccbe2.mp4
19 lines
809 B
TOML
19 lines
809 B
TOML
[package]
|
|
name = "ide-view-component-group"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
enso-frp = { version = "0.1.0", path = "../../../../../lib/rust/frp" }
|
|
ensogl-core = { version = "0.1.0", path = "../../../../../lib/rust/ensogl/core" }
|
|
ensogl-gui-component = { version = "0.1.0", path = "../../../../../lib/rust/ensogl/component/gui" }
|
|
ensogl-hardcoded-theme = { version = "0.1.0", path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" }
|
|
ensogl-list-view = { version = "0.1.0", path = "../../../../../lib/rust/ensogl/component/list-view" }
|
|
ensogl-text = { version = "0.1.0", path = "../../../../../lib/rust/ensogl/component/text" }
|
|
ensogl-label = { path = "../../../../../lib/rust/ensogl/component/label/" }
|
|
|