2019-12-04 00:46:38 +03:00
|
|
|
[package]
|
2020-08-14 10:23:03 +03:00
|
|
|
name = "ensogl-text-embedded-fonts"
|
2019-12-04 00:46:38 +03:00
|
|
|
version = "0.1.0"
|
2020-11-30 14:38:35 +03:00
|
|
|
authors = ["Enso Team <contact@enso.org>"]
|
2021-12-01 18:06:57 +03:00
|
|
|
edition = "2021"
|
2019-12-04 00:46:38 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
2021-11-12 15:56:23 +03:00
|
|
|
enso-prelude = { path = "../../../../prelude"}
|
2019-12-04 00:46:38 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
2021-11-12 15:56:23 +03:00
|
|
|
enso-build-utilities = { path = "../../../../build-utils" }
|
2020-11-30 14:38:35 +03:00
|
|
|
zip = { version = "0.5" }
|