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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user