summaryrefslogtreecommitdiffstats
path: root/examples/pure/tour/Cargo.toml
blob: 8ce5f198adcb9e2bd8e12b4194e618df9e2c2f09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "pure_tour"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../../..", features = ["image", "debug", "pure"] }
env_logger = "0.8"