2020-07-03 09:54:16 +03:00
|
|
|
[package]
|
2020-11-30 14:38:35 +03:00
|
|
|
name = "ensogl-text"
|
2020-07-03 09:54:16 +03:00
|
|
|
version = "0.1.0"
|
2020-11-30 14:38:35 +03:00
|
|
|
authors = ["Enso Team <contact@enso.org>"]
|
2020-07-03 09:54:16 +03:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-12 15:56:23 +03:00
|
|
|
enso-frp = { path = "../../../frp" }
|
|
|
|
enso-prelude = { path = "../../../prelude"}
|
|
|
|
enso-shapely = { path = "../../../shapely/impl"}
|
|
|
|
enso-types = { path = "../../../types" }
|
|
|
|
ensogl-core = { path = "../../core" }
|
2020-11-30 14:38:35 +03:00
|
|
|
ensogl-text-embedded-fonts = { path = "embedded-fonts" }
|
|
|
|
ensogl-text-msdf-sys = { path = "msdf-sys" }
|
2021-11-12 15:56:23 +03:00
|
|
|
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
|
2020-11-30 14:38:35 +03:00
|
|
|
xi-rope = { version = "0.3.0" }
|
2020-07-03 09:54:16 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
wasm-bindgen-test = { version = "0.3.8" }
|