mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 10:32:15 +03:00
233bf86d2f
Follow up to https://github.com/enso-org/enso/pull/6341#issuecomment-1522341055 . Contains some refactoring and solves some left over to-dos in the code.
20 lines
826 B
TOML
20 lines
826 B
TOML
[package]
|
|
name = "ide-view-execution-environment-selector"
|
|
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" }
|
|
engine-protocol = { path = "../../controller/engine-protocol" }
|