summaryrefslogtreecommitdiffstats
path: root/examples/screenshot/Cargo.toml
blob: dcd7743981353d73c771cc60a6f4a82888ea6892 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "screenshot"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["debug", "image", "advanced"]

image = { workspace = true, features = ["png"]}
tracing-subscriber = "0.3"