2023-02-25 15:38:25 +01:00
|
|
|
[package]
|
|
|
|
|
name = "iced_tiny_skia"
|
2023-09-04 12:58:41 +02:00
|
|
|
description = "A software renderer for iced on top of tiny-skia"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
keywords.workspace = true
|
2023-02-25 15:38:25 +01:00
|
|
|
|
2024-04-07 12:42:12 +02:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2023-02-25 15:38:25 +01:00
|
|
|
[features]
|
2023-03-07 05:06:26 +01:00
|
|
|
image = ["iced_graphics/image"]
|
2024-08-04 03:28:43 +02:00
|
|
|
svg = ["iced_graphics/svg", "resvg"]
|
2023-03-03 04:57:55 +01:00
|
|
|
geometry = ["iced_graphics/geometry"]
|
2025-11-25 08:27:54 +01:00
|
|
|
x11 = ["softbuffer/x11", "softbuffer/x11-dlopen"]
|
|
|
|
|
wayland = ["softbuffer/wayland", "softbuffer/wayland-dlopen"]
|
2023-02-25 15:38:25 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-04-09 21:50:21 +02:00
|
|
|
iced_debug.workspace = true
|
2023-09-04 12:58:41 +02:00
|
|
|
iced_graphics.workspace = true
|
2023-02-25 15:38:25 +01:00
|
|
|
|
2023-09-04 12:58:41 +02:00
|
|
|
bytemuck.workspace = true
|
|
|
|
|
cosmic-text.workspace = true
|
|
|
|
|
kurbo.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
rustc-hash.workspace = true
|
|
|
|
|
softbuffer.workspace = true
|
|
|
|
|
tiny-skia.workspace = true
|
2023-02-26 23:40:17 +01:00
|
|
|
|
2023-09-04 12:58:41 +02:00
|
|
|
resvg.workspace = true
|
|
|
|
|
resvg.optional = true
|