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

@ -888,7 +888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -2157,11 +2157,11 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "home"
version = "0.5.11"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -5180,7 +5180,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]

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" }