diff options
author | 2024-02-20 03:20:58 +0100 | |
---|---|---|
committer | 2024-02-20 03:20:58 +0100 | |
commit | 35e2049ee668791f67b5325fc156b8c042d26d49 (patch) | |
tree | 3db828501fedac26342c41fcec05d0e9a7477f0f /graphics/Cargo.toml | |
parent | 0c7f4eaab5b5c19b914a8eed548349388bbd6300 (diff) | |
download | iced-35e2049ee668791f67b5325fc156b8c042d26d49.tar.gz iced-35e2049ee668791f67b5325fc156b8c042d26d49.tar.bz2 iced-35e2049ee668791f67b5325fc156b8c042d26d49.zip |
Embed Fira Sans font on Wasm builds by default
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 907f3705..0ee6ff47 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -18,6 +18,7 @@ all-features = true geometry = ["lyon_path"] image = ["dep:image", "kamadak-exif"] web-colors = [] +fira-sans = [] [dependencies] iced_core.workspace = true |