iced/examples/winit/Cargo.toml
2021-06-25 18:07:03 +02:00

9 lines
178 B
TOML

[package]
name = "winit"
version = "0.1.0"
authors = ["Tim Untersberger <timuntersberger2@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }