summaryrefslogtreecommitdiffstats
path: root/tiny_skia/Cargo.toml
blob: 7f4b0f8c48e0fdb6dafbb62f8f90be70d914ec2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"