mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Update some crates (#5337)
This commit is contained in:
@@ -76,7 +76,7 @@ backtrace = "0.3"
|
||||
bytemuck = "1.7.2"
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
dify = { version = "0.7", default-features = false }
|
||||
document-features = " 0.2.8"
|
||||
document-features = "0.2.10"
|
||||
glow = "0.14"
|
||||
glutin = "0.32.0"
|
||||
glutin-winit = "0.5.0"
|
||||
@@ -86,17 +86,18 @@ kittest = { git = "https://github.com/rerun-io/kittest", version = "0.1", branch
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
nohash-hasher = "0.2"
|
||||
parking_lot = "0.12"
|
||||
pollster = "0.3"
|
||||
pollster = "0.4"
|
||||
puffin = "0.19"
|
||||
puffin_http = "0.16"
|
||||
ron = "0.8"
|
||||
raw-window-handle = "0.6.0"
|
||||
ron = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
thiserror = "1.0.37"
|
||||
web-time = "1.1.0" # Timekeeping for native and web
|
||||
type-map = "0.5.0"
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = "0.3.70"
|
||||
web-time = "1.1.0" # Timekeeping for native and web
|
||||
wgpu = { version = "23.0.0", default-features = false }
|
||||
windows-sys = "0.59"
|
||||
winit = { version = "0.30.5", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user