summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-20 03:56:30 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-20 03:56:30 +0100
commit698b9001b12bfb23fe1eccece62eae6417bea18a (patch)
tree3db828501fedac26342c41fcec05d0e9a7477f0f /graphics/Cargo.toml
parent0fe265adb0a97e64b0c83cbb19c7d0179bb60975 (diff)
parent35e2049ee668791f67b5325fc156b8c042d26d49 (diff)
downloadiced-698b9001b12bfb23fe1eccece62eae6417bea18a.tar.gz
iced-698b9001b12bfb23fe1eccece62eae6417bea18a.tar.bz2
iced-698b9001b12bfb23fe1eccece62eae6417bea18a.zip
Merge pull request #2271 from iced-rs/fix/wasm
Fix WebAssembly platform
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml1
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