mirror of
https://github.com/enso-org/enso.git
synced 2024-12-27 07:32:38 +03:00
14 lines
392 B
TOML
14 lines
392 B
TOML
|
[package]
|
||
|
name = "ensogl-drop-down"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
enso-frp = { path = "../../../frp" }
|
||
|
ensogl-core = { path = "../../core" }
|
||
|
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
|
||
|
ensogl-grid-view = { path = "../grid-view" }
|
||
|
ensogl-text = { path = "../text" }
|
||
|
ensogl-gui-component = { path = "../gui" }
|