blob: cbea961f7565e524259340b032b770cb05b10346 (
plain) (
tree)
|
|
[package]
name = "screenshot"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug", "image", "advanced", "tokio"]
image.workspace = true
image.features = ["png"]
tokio.workspace = true
tracing-subscriber = "0.3"
|