mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Add basic keyboard support for magicleap
This commit is contained in:
parent
9ca6768a56
commit
3af2f9afea
5 changed files with 129 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2122,6 +2122,7 @@ dependencies = [
|
|||
name = "libmlservo"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libservo 0.0.1",
|
||||
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue