[rs] Convert to using independent subscriber implementation

This commit is contained in:
Connor Fitzgerald
2020-08-17 16:31:28 -04:00
parent 1a197c7f67
commit 96a032d347

View File

@@ -63,8 +63,8 @@ ddsfile = "0.4.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.subscriber]
package = "wgpu-subscriber"
version = "0.1"
git = "https://github.com/gfx-rs/wgpu"
rev = "096c57008f2907c07ddaa7d0ff02fae21a5e676b"
git = "https://github.com/gfx-rs/subscriber"
rev = "cdc9feb53f152f9c41905ed9efeff2c1ed214361"
[[example]]
name="hello-compute"
@@ -74,7 +74,9 @@ test = true
[patch."https://github.com/gfx-rs/wgpu"]
#wgpu-types = { version = "0.5", path = "../wgpu/wgpu-types" }
#wgpu-core = { version = "0.5", path = "../wgpu/wgpu-core" }
#wgpu-subscriber = { version = "0.1", path = "../wgpu/wgpu-subscriber" }
[patch."https://github.com/gfx-rs/subscriber"]
#wgpu-subscriber = { version = "0.1", path = "../subscriber" }
[patch."https://github.com/gfx-rs/naga"]
#naga = { path = "../naga" }