iced/examples/tour/Cargo.toml
2020-05-19 14:23:28 +02:00

11 lines
267 B
TOML

[package]
name = "tour"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced_winit = { path = "../../winit", features = ["debug"] }
iced_glow = { path = "../../glow" }
env_logger = "0.7"