iced-yoda/examples/screenshot/Cargo.toml

17 lines
322 B
TOML
Raw Normal View History

[package]
name = "screenshot"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
2023-09-20 05:36:11 +02:00
iced.features = ["debug", "image", "advanced", "tokio"]
image.workspace = true
image.features = ["png"]
tokio.workspace = true
tracing-subscriber = "0.3"