summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2021-07-05 16:23:44 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2021-07-05 16:24:10 -0300
commit9fc5ad23edca93553137100d167de7b69e88f785 (patch)
treeb9244861c70ff0f1718aabd5fa6e9b835b3857d9 /winit/Cargo.toml
parent4994d34abab3222f9a8fd7a9a3e63f969ca97ffc (diff)
downloadiced-9fc5ad23edca93553137100d167de7b69e88f785.tar.gz
iced-9fc5ad23edca93553137100d167de7b69e88f785.tar.bz2
iced-9fc5ad23edca93553137100d167de7b69e88f785.zip
Initial menu implementation
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index c5c6ef70..87fd23d5 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -20,8 +20,8 @@ thiserror = "1.0"
[dependencies.winit]
version = "0.25"
-git = "https://github.com/iced-rs/winit"
-rev = "44a9a6fc442fcfa3fa0dfc2d5a2f86fdf4aba10c"
+# git = "https://github.com/iced-rs/winit"
+# rev = "e351421a32bf01b428325dde44dea39ee2656153"
[dependencies.iced_native]
version = "0.4"