mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 16:32:18 +03:00
17 lines
431 B
TOML
17 lines
431 B
TOML
[package]
|
|
name = "ensogl-text-embedded-fonts"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
enso-prelude = { path = "../../../../prelude"}
|
|
|
|
[build-dependencies]
|
|
enso-build-utilities = { path = "../../../../build-utils" }
|
|
zip = { version = "0.5" }
|