2023-04-18 13:26:17 +03:00
|
|
|
[package]
|
2023-04-25 23:28:15 +03:00
|
|
|
name = "ide-view-execution-environment-selector"
|
2023-04-18 13:26:17 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
enso-frp = { path = "../../../../lib/rust/frp" }
|
|
|
|
enso-prelude = { path = "../../../../lib/rust/prelude" }
|
|
|
|
ensogl = { path = "../../../../lib/rust/ensogl" }
|
|
|
|
ensogl-derive-theme = { path = "../../../../lib/rust/ensogl/app/theme/derive" }
|
|
|
|
ensogl-drop-down-menu = { path = "../../../../lib/rust/ensogl/component/drop-down-menu" }
|
|
|
|
ensogl-gui-component = { path = "../../../../lib/rust/ensogl/component/gui" }
|
|
|
|
ensogl-hardcoded-theme = { path = "../../../../lib/rust/ensogl/app/theme/hardcoded" }
|
|
|
|
ensogl-list-view = { path = "../../../../lib/rust/ensogl/component/list-view" }
|
2023-04-27 20:30:26 +03:00
|
|
|
engine-protocol = { path = "../../controller/engine-protocol" }
|