1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Update web-time to 0.2 (#3308)

This commit is contained in:
Emil Ernerfeldt
2023-09-05 14:11:07 +02:00
committed by GitHub
parent b9f9cab914
commit 436996b79e
2 changed files with 3 additions and 3 deletions

View File

@@ -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