Glutin update: dependencies update

This commit is contained in:
Paul Rouget 2019-04-29 14:34:35 +02:00 committed by Josh Matthews
parent 1c74a80e28
commit 1758207393
12 changed files with 507 additions and 306 deletions

View file

@ -13,5 +13,5 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.11"
msg = {path = "../msg"}
rust-webvr-api = {version = "=0.11.0", features = ["ipc"]}
rust-webvr-api = {version = "0.11", features = ["ipc"]}
serde = "1.0"