diff options
author | 2021-06-25 15:38:30 +0200 | |
---|---|---|
committer | 2021-06-25 17:33:40 +0200 | |
commit | 52d44769a332d1d96a5e9292805a5884073b9185 (patch) | |
tree | 86c607e307a120c1f9aa76d1addc5cdd92bb8a34 /examples/winit/Cargo.toml | |
parent | 06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f (diff) | |
download | iced-52d44769a332d1d96a5e9292805a5884073b9185.tar.gz iced-52d44769a332d1d96a5e9292805a5884073b9185.tar.bz2 iced-52d44769a332d1d96a5e9292805a5884073b9185.zip |
add initial attempt at adding winit example
Diffstat (limited to 'examples/winit/Cargo.toml')
-rw-r--r-- | examples/winit/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/winit/Cargo.toml b/examples/winit/Cargo.toml new file mode 100644 index 00000000..6d16a7a9 --- /dev/null +++ b/examples/winit/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "counter_winit" +version = "0.1.0" +authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] +edition = "2018" +publish = false + +[dependencies] +iced_winit = { path = "../../winit" } |