summaryrefslogtreecommitdiffstats
path: root/examples/tour/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-12 03:14:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-12 03:15:32 +0100
commit6572909ab5b004176f6d261b67b4caa99f1f54bb (patch)
tree115e8a7d34df5f2089c2ac2fdbddf3f12381b29c /examples/tour/Cargo.toml
parent7683bd201f156c6e80309584a9bdc205810b0e2e (diff)
downloadiced-6572909ab5b004176f6d261b67b4caa99f1f54bb.tar.gz
iced-6572909ab5b004176f6d261b67b4caa99f1f54bb.tar.bz2
iced-6572909ab5b004176f6d261b67b4caa99f1f54bb.zip
Embed and use Fira Sans as default font when testing
Diffstat (limited to 'examples/tour/Cargo.toml')
-rw-r--r--examples/tour/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour/Cargo.toml b/examples/tour/Cargo.toml
index 9e984ad1..719d355f 100644
--- a/examples/tour/Cargo.toml
+++ b/examples/tour/Cargo.toml
@@ -14,7 +14,7 @@ tracing-subscriber = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
iced.workspace = true
-iced.features = ["image", "debug", "webgl"]
+iced.features = ["image", "debug", "webgl", "fira-sans"]
console_error_panic_hook = "0.1"
console_log = "1.0"