2022-07-19 11:39:23 +03:00
|
|
|
[package]
|
|
|
|
name = "ensogl-grid-view"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
enso-frp = { path = "../../../frp" }
|
|
|
|
ensogl-core = { path = "../../core" }
|
|
|
|
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
|
|
|
|
ensogl-shadow = { path = "../shadow" }
|
|
|
|
ensogl-text = { path = "../text" }
|
|
|
|
ensogl-scroll-area = { path = "../scroll-area" }
|
|
|
|
itertools = "0.10.3"
|
2022-08-23 16:28:00 +03:00
|
|
|
segment-tree = "2.0"
|
2022-07-19 11:39:23 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
approx = "0.5.1"
|