Skip to content

Commit

Permalink
build(dep): update winit, winit-gtk and tao dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen committed Oct 18, 2023
1 parent 237d3ff commit a61865c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.4"
tao = { version = "0.22", git = "https://github.com/dklassic/tao.git", branch = "gtk018", default-features = false, features = [ "serde" ], optional = true }
tao = { git = "https://github.com/tauri-apps/tao.git", branch = "dev", default-features = false, features = [ "serde" ], optional = true }
http = "0.2.9"

[dev-dependencies]
Expand All @@ -56,13 +56,13 @@ glib = "0.18"
gtk = "0.18"
gdk = "0.18"
soup3 = "0.5"
winit = { git = "https://github.com/dklassic/winit-gtk.git", branch = "gtk018" , package = "winit-gtk", version = "0.28.1", features = [ "serde" ], optional = true }
winit = { version = "0.29", package = "winit-gtk", features = [ "serde" ], optional = true }

[target."cfg(target_os = \"windows\")".dependencies]
webview2-com = "0.25"
windows-implement = "0.48"
dunce = "1"
winit = { git = "https://github.com/dklassic/winit-gtk.git", branch = "gtk018" , package = "winit-gtk", version = "0.28", features = [ "serde" ], optional = true }
winit = { version = "0.28", features = [ "serde" ], optional = true }

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48"
Expand Down Expand Up @@ -90,7 +90,7 @@ cocoa = "0.24"
core-graphics = "0.22"
objc = "0.2"
objc_id = "0.1"
winit = { git = "https://github.com/dklassic/winit-gtk.git", branch = "gtk018" , package = "winit-gtk", version = "0.28", features = [ "serde" ], optional = true }
winit = { version = "0.28", features = [ "serde" ], optional = true }

[target."cfg(target_os = \"android\")".dependencies]
crossbeam-channel = "0.5"
Expand Down

0 comments on commit a61865c

Please sign in to comment.