2023-03-25 10:45:39 -07:00
|
|
|
[package]
|
|
|
|
|
name = "screenshot"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Bingus <shankern@protonmail.com>"]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["debug", "image", "advanced"]
|
|
|
|
|
|
|
|
|
|
image = { workspace = true, features = ["png"]}
|
|
|
|
|
tracing-subscriber = "0.3"
|