mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 22:01:42 +03:00
23 lines
611 B
TOML
23 lines
611 B
TOML
|
[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"
|