Skip to content

Commit

Permalink
Update the tao package to version 0.21.1
Browse files Browse the repository at this point in the history
Version 0.22+ no longer contains the menu structs so we need to update
the example before tao can be fully updated. This should do for now.
  • Loading branch information
tuzz committed Aug 27, 2023
1 parent 9ca7ea5 commit 3d9010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ features = [

[dependencies]
winit = { version = "0.28", optional = true }
tao = { version = "0.18", optional = true }
tao = { version = "0.21", optional = true }

[[example]]
name = "using_winit"
Expand Down

0 comments on commit 3d9010f

Please sign in to comment.