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

Merge branch 'master' of https://github.com/emilk/egui into multiples_viewports

This commit is contained in:
Konkitoman
2023-09-04 13:39:08 +03:00
18 changed files with 92 additions and 89 deletions

13
Cargo.lock generated
View File

@@ -1259,12 +1259,12 @@ dependencies = [
"arboard",
"document-features",
"egui",
"instant",
"log",
"puffin",
"raw-window-handle",
"serde",
"smithay-clipboard",
"web-time",
"webbrowser",
"winit",
]
@@ -4259,6 +4259,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.11"