summaryrefslogtreecommitdiffstats
path: root/examples/winit/Cargo.toml
blob: 2286dfc9da26171cd2acc0172182c56e227b4b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "winit"
version = "0.1.0"
authors = ["Tim Untersberger <timuntersberger2@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../.." }