summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-25 15:38:25 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-25 15:38:25 +0100
commit8c373cd497e370d356b480380482779397bdb510 (patch)
treef640a1161e702cbb981d3b89f3e7a11ee390923c /Cargo.toml
parenta01bc865a0561ff1daf255c4746746acf67524f0 (diff)
downloadiced-8c373cd497e370d356b480380482779397bdb510.tar.gz
iced-8c373cd497e370d356b480380482779397bdb510.tar.bz2
iced-8c373cd497e370d356b480380482779397bdb510.zip
Scaffold `iced_tiny_skia` and connect it to `iced_renderer`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d999febe..b1f5cf66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,6 +50,7 @@ members = [
"native",
"renderer",
"style",
+ "tiny_skia",
"wgpu",
"winit",
"examples/*",