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

[dependencies.iced_native]
version = "0.9"
path = "../native"

[dependencies.iced_graphics]
version = "0.7"
path = "../graphics"