[package] name = "ide-view-component-list-panel" version = "0.1.0" authors = ["Enso Team "] 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-grid-view = { path = "../../../../../lib/rust/ensogl/component/grid-view/" } ensogl-list-view = { path = "../../../../../lib/rust/ensogl/component/list-view/" } ensogl-hardcoded-theme = { path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" } ensogl-derive-theme = { path = "../../../../../lib/rust/ensogl/app/theme/derive" } 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" } ensogl-tooltip = { path = "../../../../../lib/rust/ensogl/component/tooltip/" } ide-view-component-list-panel-breadcrumbs = { path = "breadcrumbs" } ide-view-component-list-panel-grid = { path = "grid" } ordered-float = "3.0.0" [dev-dependencies] approx = "0.5.1"