diff --git a/Cargo.lock b/Cargo.lock index cc604a48..eaaa83ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4055,9 +4055,9 @@ dependencies = [ [[package]] name = "web-time" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa75ec260dcf59cc310827bae1d7f629809b173dbfe808a633e19754dd4282a5" +checksum = "19353897b48e2c4d849a2d73cb0aeb16dc2be4e00c565abfc11eb65a806e47de" dependencies = [ "js-sys", "once_cell", diff --git a/crates/egui-winit/Cargo.toml b/crates/egui-winit/Cargo.toml index 1496149a..e7ec1a27 100644 --- a/crates/egui-winit/Cargo.toml +++ b/crates/egui-winit/Cargo.toml @@ -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