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]
|
2020-11-30 14:38:35 +03:00
|
|
|
enso-frp = { path = "../../../lib/frp" }
|
2021-11-05 18:55:55 +03:00
|
|
|
enso-prelude = { path = "../../../../../../lib/rust/prelude"}
|
|
|
|
enso-shapely = { path = "../../../../../../lib/rust/shapely/impl"}
|
2020-11-30 14:38:35 +03:00
|
|
|
enso-types = { path = "../../../lib/types" }
|
|
|
|
ensogl-core = { path = "../../../ensogl/lib/core" }
|
|
|
|
ensogl-text-embedded-fonts = { path = "embedded-fonts" }
|
|
|
|
ensogl-text-msdf-sys = { path = "msdf-sys" }
|
|
|
|
ensogl-theme = { path = "../../../ensogl/lib/theme" }
|
|
|
|
xi-rope = { version = "0.3.0" }
|
2020-07-03 09:54:16 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
wasm-bindgen-test = { version = "0.3.8" }
|