mirror of https://github.com/wayvr-org/wayvr.git
go back to linked openxr
This commit is contained in:
parent
2347d4e5aa
commit
9c0fd4ec21
|
|
@ -3023,7 +3023,6 @@ name = "openxr-sys"
|
|||
version = "0.11.0"
|
||||
source = "git+https://github.com/Ralith/openxrs?rev=d0afdd3365bc1e14de28f6a3a21f457e788a702e#d0afdd3365bc1e14de28f6a3a21f457e788a702e"
|
||||
dependencies = [
|
||||
"cmake",
|
||||
"libc",
|
||||
"mint",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ json5 = "0.4.1"
|
|||
libc = "0.2.155"
|
||||
log = "0.4.21"
|
||||
openxr = { git = "https://github.com/Ralith/openxrs", rev = "d0afdd3365bc1e14de28f6a3a21f457e788a702e", features = [
|
||||
"static",
|
||||
"linked",
|
||||
"mint",
|
||||
], optional = true }
|
||||
ovr_overlay = { features = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue