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

[dependencies]
iced = { path = "../..", features = ["debug", "image", "advanced"] }
image = { version = "0.24.6", features = ["png"]}
env_logger = "0.10.0"