mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Support nullable origins and floors
This commit is contained in:
parent
0bace66f70
commit
322463450d
7 changed files with 51 additions and 27 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6391,7 +6391,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webxr"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/webxr#b223bc02b04c8ce0905f34a58802af323457bef4"
|
||||
source = "git+https://github.com/servo/webxr#a098d39811ad73a070b578d62606aef169aef8e9"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"euclid",
|
||||
|
@ -6412,7 +6412,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webxr-api"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/webxr#b223bc02b04c8ce0905f34a58802af323457bef4"
|
||||
source = "git+https://github.com/servo/webxr#a098d39811ad73a070b578d62606aef169aef8e9"
|
||||
dependencies = [
|
||||
"euclid",
|
||||
"ipc-channel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue