Browse Source

Update web-time to 0.2 (#3308)

pull/3314/head
Emil Ernerfeldt 1 year ago
committed by GitHub
parent
commit
436996b79e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      crates/egui-winit/Cargo.toml

4
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",

2
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

Loading…
Cancel
Save