summaryrefslogtreecommitdiffstats
path: root/tiny_skia/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-03 03:55:07 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-03 03:55:07 +0100
commitbbeaf10c04a922af5c1c3b898f0c4301d23feab0 (patch)
treeb0d2b64d72ae29db324de7614b37af9c6ab68b54 /tiny_skia/Cargo.toml
parent868f79d22e2be82e98b06d66da3b4cbc6139d7c7 (diff)
downloadiced-bbeaf10c04a922af5c1c3b898f0c4301d23feab0.tar.gz
iced-bbeaf10c04a922af5c1c3b898f0c4301d23feab0.tar.bz2
iced-bbeaf10c04a922af5c1c3b898f0c4301d23feab0.zip
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r--tiny_skia/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml
index 5f39fce2..72181735 100644
--- a/tiny_skia/Cargo.toml
+++ b/tiny_skia/Cargo.toml
@@ -24,6 +24,7 @@ path = "../native"
[dependencies.iced_graphics]
version = "0.7"
path = "../graphics"
+features = ["tiny-skia"]
[dependencies.cosmic-text]
features = ["std", "swash"]