mirror of https://github.com/hannobraun/Fornjot
Remove WASM workaround that is no longer required
This commit is contained in:
parent
d9bef00c12
commit
259f31f3e8
|
@ -1242,7 +1242,6 @@ dependencies = [
|
||||||
"egui-wgpu",
|
"egui-wgpu",
|
||||||
"fj-interop",
|
"fj-interop",
|
||||||
"fj-math",
|
"fj-math",
|
||||||
"getrandom",
|
|
||||||
"raw-window-handle 0.4.3",
|
"raw-window-handle 0.4.3",
|
||||||
"rfd",
|
"rfd",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
|
|
@ -31,9 +31,3 @@ features = ["xdg-portal"]
|
||||||
[dependencies.wgpu]
|
[dependencies.wgpu]
|
||||||
version = "0.13.1"
|
version = "0.13.1"
|
||||||
features = ["webgl"]
|
features = ["webgl"]
|
||||||
|
|
||||||
# We don't depend on `getrandom` directly, but we need this to enable the `js`
|
|
||||||
# feature when cross-compiling to WASM. Otherwise, `getrandom` will not build.
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
|
|
||||||
version = "0.2.8"
|
|
||||||
features = ["js"]
|
|
||||||
|
|
Loading…
Reference in New Issue