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

Unwind minimum home version

This commit is contained in:
Emil Ernerfeldt
2025-10-08 10:44:17 +02:00
parent 0d47abcaa0
commit 6a49c9ad6b
2 changed files with 6 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ env_logger = { version = "0.11.8", default-features = false }
glow = "0.16.0"
glutin = { version = "0.32.3", default-features = false }
glutin-winit = { version = "0.5.0", default-features = false }
home = "0.5.11"
home = "0.5.9" # need to puse to an old version because newer version are incompatible with wasm (at least when building Rerun)
image = { version = "0.25.6", default-features = false }
js-sys = "0.3.81"
kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" }