enso/lib/rust/ensogl/component/tooltip/Cargo.toml
Michał Wawrzyniec Urbańczyk 14a01c4635
New IDE build script (#3466)
2022-05-23 04:16:04 +02:00

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" }