enso/app/gui/view/component-browser/searcher-list-panel/Cargo.toml

27 lines
1.1 KiB
TOML
Raw Normal View History

2022-06-22 18:39:32 +03:00
[package]
name = "ide-view-component-list-panel"
2022-06-22 18:39:32 +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" }
ensogl-core = { path = "../../../../../lib/rust/ensogl/core" }
ensogl-gui-component = { path = "../../../../../lib/rust/ensogl/component/gui/" }
ensogl-hardcoded-theme = { path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" }
ensogl-derive-theme = { path = "../../../../../lib/rust/ensogl/app/theme/derive" }
2022-06-22 18:39:32 +03:00
ensogl-list-view = { path = "../../../../../lib/rust/ensogl/component/list-view" }
ensogl-scroll-area = { path = "../../../../../lib/rust/ensogl/component/scroll-area" }
ensogl-selector = { path = "../../../../../lib/rust/ensogl/component/selector" }
ensogl-shadow = { path = "../../../../../lib/rust/ensogl/component/shadow" }
ensogl-text = { path = "../../../../../lib/rust/ensogl/component/text" }
ide-view-component-group = { path = "../component-group" }
ordered-float = "3.0.0"
num_enum = "0.5.1"
2022-06-22 18:39:32 +03:00
[dev-dependencies]
approx = "0.5.1"