1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Replace instant with web_time (#3296)

This commit is contained in:
Emil Ernerfeldt
2023-09-04 09:37:35 +02:00
committed by GitHub
parent ea15987ad4
commit 209cbeb030
3 changed files with 16 additions and 13 deletions

13
Cargo.lock generated
View File

@@ -1206,12 +1206,12 @@ dependencies = [
"arboard",
"document-features",
"egui",
"instant",
"log",
"puffin",
"raw-window-handle",
"serde",
"smithay-clipboard",
"web-time",
"webbrowser",
"winit",
]
@@ -4052,6 +4052,17 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa75ec260dcf59cc310827bae1d7f629809b173dbfe808a633e19754dd4282a5"
dependencies = [
"js-sys",
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
version = "0.8.10"