iced/tiny_skia/Cargo.toml
Héctor Ramón Jiménez 744f3028f4
Use Surface::buffer directly for drawing in iced_tiny_skia
... with a nice little color trick :^)
2023-02-26 00:50:25 +01:00

22 lines
325 B
TOML

[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"