Implement Gamepad API

This commit is contained in:
Imanol Fernandez 2017-03-29 15:41:40 +02:00
parent 69eda6a60c
commit 0158b5b2af
27 changed files with 1193 additions and 96 deletions

View file

@ -12,6 +12,6 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.7"
msg = {path = "../msg"}
rust-webvr = {version = "0.2", features = ["serde-serialization"]}
rust-webvr = {version = "0.3", features = ["serde-serialization"]}
serde = "0.9"
serde_derive = "0.9"