Remove patched webxr

This commit is contained in:
Manish Goregaokar 2019-11-06 09:54:24 -08:00
parent 8cb6145311
commit 51bf8fcfe3
4 changed files with 57 additions and 33 deletions

8
Cargo.lock generated
View file

@ -5070,7 +5070,7 @@ dependencies = [
[[package]]
name = "surfman"
version = "0.23.0"
source = "git+https://github.com/jdm/rust-offscreen-rendering-context?branch=servo#dc5cf4369105f566fe95daac75bce748ae1a1c41"
source = "git+https://github.com/pcwalton/surfman#ffc4e4fda0b58554d4029f0d3d9abe85b42307ed"
dependencies = [
"bitflags",
"cgl 0.3.2",
@ -5097,7 +5097,7 @@ dependencies = [
[[package]]
name = "surfman-chains"
version = "0.1.0"
source = "git+https://github.com/asajeffrey/surfman-chains#13576ac0cd1573057472ba85ce520bd881e856dc"
source = "git+https://github.com/asajeffrey/surfman-chains#6b66ad3d4325e76ce9ffcbd79eaf5b5d518902fb"
dependencies = [
"euclid",
"fnv",
@ -5996,7 +5996,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/jdm/webxr?branch=no-gl-readback2#12e04bafc2c692bce303b2a9fa5e811e76fbaa0e"
source = "git+https://github.com/servo/webxr#6545972b8305642b384702726e11198ce5e96be8"
dependencies = [
"bindgen",
"euclid",
@ -6015,7 +6015,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/jdm/webxr?branch=no-gl-readback2#12e04bafc2c692bce303b2a9fa5e811e76fbaa0e"
source = "git+https://github.com/servo/webxr#6545972b8305642b384702726e11198ce5e96be8"
dependencies = [
"euclid",
"ipc-channel",