mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 12:52:23 +03:00
24 lines
629 B
TOML
24 lines
629 B
TOML
[package]
|
|
name = "ensogl-text"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
enso-frp = { path = "../../../frp" }
|
|
enso-prelude = { path = "../../../prelude" }
|
|
enso-shapely = { path = "../../../shapely" }
|
|
enso-text = { path = "../../../text" }
|
|
enso-types = { path = "../../../types" }
|
|
ensogl-core = { path = "../../core" }
|
|
ensogl-text-embedded-fonts = { path = "embedded-fonts" }
|
|
ensogl-text-msdf-sys = { path = "msdf-sys" }
|
|
const_format = "0.2.22"
|
|
xi-rope = { version = "0.3.0" }
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = { version = "0.3.8" }
|