Skip to content

Commit

Permalink
Update web-time to 0.2 (emilk#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Sep 5, 2023
1 parent b9f9cab commit 436996b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ egui = { version = "0.22.0", path = "../egui", default-features = false, feature
] }
log = { version = "0.4", features = ["std"] }
raw-window-handle = "0.5.0"
web-time = { version = "0.1" } # We use web-time so we can (maybe) compile for web
web-time = { version = "0.2" } # We use web-time so we can (maybe) compile for web
winit = { version = "0.28", default-features = false }

#! ### Optional dependencies
Expand Down

0 comments on commit 436996b

Please sign in to comment.