mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 22:11:51 +03:00
7f19b09d13
Implements #7310. ![Peek 2023-08-09 16-07](https://github.com/enso-org/enso/assets/1428930/1a244e38-5c34-4c8b-8885-1cf84ac7b6a7)
15 lines
446 B
TOML
15 lines
446 B
TOML
[package]
|
|
name = "ensogl-breadcrumbs"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
enso-frp = { path = "../../../frp" }
|
|
ensogl-core = { path = "../../core" }
|
|
ensogl-derive-theme = { path = "../../app/theme/derive" }
|
|
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
|
|
ensogl-text = { path = "../text" }
|
|
ensogl-grid-view = { path = "../grid-view" }
|
|
ensogl-icons = { path = "../icons" }
|