1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

kittest: No debug_open_snapshot on wasm (#7606)

This commit is contained in:
Emil Ernerfeldt
2025-10-08 11:47:34 +02:00
committed by GitHub
parent 3fdc5641aa
commit 4d4f90eb31
3 changed files with 7 additions and 3 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.9" # need to puse to an old version because newer version are incompatible with wasm (at least when building Rerun)
home = "0.5.9"
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" }