diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 06971ca61..57365350d 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -72,6 +72,7 @@ test = true #gfx-backend-dx11 = { version = "0.5.0", path = "../gfx/src/backend/dx11" } #gfx-descriptor = { version = "0.1.0", path = "../gfx-extras/gfx-descriptor" } #gfx-memory = { version = "0.1.0", path = "../gfx-extras/gfx-memory" } +# Make sure to remove these patches from the README.md when they are are no longer needed wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen" } wasm-bindgen-futures = { git = "https://github.com/rustwasm/wasm-bindgen" } web-sys = { git = "https://github.com/rustwasm/wasm-bindgen" } diff --git a/wgpu/README.md b/wgpu/README.md index 281f894cc..640610b11 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -55,8 +55,6 @@ Create an `index.html` file into `target/generated` directory and add the follow - - hello-triangle