enso/lib/rust/ensogl/component/gui/Cargo.toml

23 lines
611 B
TOML
Raw Normal View History

[package]
name = "ensogl-gui-component"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
edition = "2018"
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
enso-frp = { path = "../../../frp" }
enso-logger = { path = "../../../logger"}
enso-prelude = { path = "../../../prelude"}
enso-shapely = { path = "../../../shapely/impl"}
enso-types = { path = "../../../types" }
ensogl-core = { path = "../../core" }
ensogl-text = { path = "../text" }
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
[dev-dependencies]
wasm-bindgen-test = { version = "0.3.8" }
float_eq = "0.5"