add initial attempt at adding winit example
This commit is contained in:
parent
06d0158efb
commit
52d44769a3
4 changed files with 90 additions and 0 deletions
9
examples/winit/Cargo.toml
Normal file
9
examples/winit/Cargo.toml
Normal file
|
|
@ -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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue