diff options
author | 2021-07-21 18:11:31 +0700 | |
---|---|---|
committer | 2021-07-21 18:11:31 +0700 | |
commit | 4de27142133b2dd6f780f0f955f620787102e581 (patch) | |
tree | 57e150dcc97c3d5447fd8b4566ddcf41e2132258 /examples/winit/Cargo.toml | |
parent | 552b7a1307ceaf83d00cbee88dc33ae5d92ee53e (diff) | |
download | iced-4de27142133b2dd6f780f0f955f620787102e581.tar.gz iced-4de27142133b2dd6f780f0f955f620787102e581.tar.bz2 iced-4de27142133b2dd6f780f0f955f620787102e581.zip |
Remove `winit` example
... we can extend an existing example instead!
Diffstat (limited to 'examples/winit/Cargo.toml')
-rw-r--r-- | examples/winit/Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/winit/Cargo.toml b/examples/winit/Cargo.toml deleted file mode 100644 index 2286dfc9..00000000 --- a/examples/winit/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[package] -name = "winit" -version = "0.1.0" -authors = ["Tim Untersberger <timuntersberger2@gmail.com>"] -edition = "2018" -publish = false - -[dependencies] -iced = { path = "../.." } |