Remove UWP / Hololens support

This commit is contained in:
Martin Robinson 2023-07-05 08:46:07 +02:00
parent 041d95e0f4
commit c58d74fe62
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
97 changed files with 54 additions and 7084 deletions

23
Cargo.lock generated
View file

@ -4251,26 +4251,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "openxr"
version = "0.12.2"
source = "git+https://github.com/servo/openxrs.git?branch=secondary-views-2#87c0186c88f6e2bc22dbbe0bf5c02afc60fc37ef"
dependencies = [
"libc",
"libloading 0.6.1",
"openxr-sys",
"winapi",
]
[[package]]
name = "openxr-sys"
version = "0.8.2"
source = "git+https://github.com/servo/openxrs.git?branch=secondary-views-2#87c0186c88f6e2bc22dbbe0bf5c02afc60fc37ef"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "orbclient"
version = "0.3.42"
@ -7085,15 +7065,12 @@ dependencies = [
"gl_generator 0.13.1",
"gvr-sys",
"log",
"openxr",
"serde",
"sparkle",
"surfman",
"surfman-chains",
"time 0.1.45",
"webxr-api",
"winapi",
"wio",
]
[[package]]