iced-yoda/examples/winit/Cargo.toml

10 lines
178 B
TOML
Raw Normal View History

[package]
2021-06-25 18:07:03 +02:00
name = "winit"
version = "0.1.0"
2021-06-25 18:07:03 +02:00
authors = ["Tim Untersberger <timuntersberger2@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
2021-06-25 17:16:44 +02:00
iced = { path = "../.." }