11 lines
267 B
TOML
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"
|