mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 04:31:40 +03:00
c1aa4aac87
Add constants for font names. This reduces the number of "magic strings" and helps avoid typos in font names in the codebase. https://www.pivotaltracker.com/story/show/181908872 [ci no changelog needed]
13 lines
360 B
TOML
13 lines
360 B
TOML
[package]
|
|
name = "ensogl-hardcoded-theme"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
ensogl-core = { version = "0.1.0", path = "../../../core" }
|
|
ensogl-text-embedded-fonts = { version = "0.1.0", path = "../../../../../../lib/rust/ensogl/component/text/embedded-fonts" }
|