2023-03-25 10:45:39 -07:00
|
|
|
[package]
|
|
|
|
|
name = "screenshot"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Bingus <shankern@protonmail.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2023-03-25 10:45:39 -07:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
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
|
2023-09-04 12:58:41 +02:00
|
|
|
|
|
|
|
|
tracing-subscriber = "0.3"
|