@@ -36,7 +36,7 @@ gui = ["dep:sdl2"]
36
36
# Web usage, may want to build with no-default-features to skip irrelevant terminal stuff
37
37
wasm = [" png" , " dep:base64" , " dep:gloo" , " dep:js-sys" , " dep:web-sys" , " dep:yew" ]
38
38
# Web component, may want to build with no-default-features to skip irrelevant terminal stuff
39
- webc = [" png" , " dep:base64" , " dep:gloo" , " dep:js-sys" , " dep:wasm-bindgen" , " dep:web-sys" ]
39
+ webc = [" png" , " dep:base64" , " dep:gloo" , " gloo-utils " , " dep:js-sys" , " dep:wasm-bindgen" , " dep:web-sys" ]
40
40
41
41
42
42
[dev-dependencies ]
@@ -56,6 +56,7 @@ sdl2 = { optional = true, version = "0.37.0", features = ["gfx"], default-featur
56
56
# wasm
57
57
base64 = { optional = true , version = " 0.21.5" }
58
58
gloo = { optional = true , version = " 0.10" }
59
+ gloo-utils = { optional = true , version = " 0.1" , features = [" serde" ] }
59
60
js-sys = { optional = true , version = " 0.3" }
60
61
wasm-bindgen = { optional = true , version = " 0.2" }
61
62
web-sys = { optional = true , version = " 0.3" , features = [" File" , " DragEvent" , " DataTransfer" ] }
0 commit comments