Scaffold iced_tiny_skia and connect it to iced_renderer

This commit is contained in:
Héctor Ramón Jiménez 2023-02-25 15:38:25 +01:00
parent a01bc865a0
commit 8c373cd497
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
10 changed files with 318 additions and 12 deletions

21
tiny_skia/Cargo.toml Normal file
View file

@ -0,0 +1,21 @@
[package]
name = "iced_tiny_skia"
version = "0.1.0"
edition = "2021"
[features]
image = []
svg = []
[dependencies]
raw-window-handle = "0.5"
softbuffer = "0.2"
tiny-skia = "0.8"
[dependencies.iced_native]
version = "0.9"
path = "../native"
[dependencies.iced_graphics]
version = "0.7"
path = "../graphics"