mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 19:21:54 +03:00
12 lines
391 B
TOML
12 lines
391 B
TOML
[package]
|
|
name = "ensogl-tooltip"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
enso-frp = { path = "../../../frp" }
|
|
ensogl-core = { path = "../../core" }
|
|
ensogl-hardcoded-theme = { path = "../../../ensogl/app/theme/hardcoded" }
|
|
ensogl-label = { path = "../../../ensogl/component/label" }
|