diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-10 14:37:51 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-09-11 11:40:04 -0400 |
commit | 1cefae71817924e375626802c5e639fe80f66c66 (patch) | |
tree | 2e9d3c47fd724204501560f61f9b4a25eb6cefa4 /components/webvr_traits | |
parent | ec1da1d01c0f48544084d9cba4398b592c58e1fe (diff) | |
download | servo-1cefae71817924e375626802c5e639fe80f66c66.tar.gz servo-1cefae71817924e375626802c5e639fe80f66c66.zip |
Replace use of gleam in webgl with sparkle.
Diffstat (limited to 'components/webvr_traits')
-rw-r--r-- | components/webvr_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr_traits/Cargo.toml b/components/webvr_traits/Cargo.toml index da68644c050..a9a49cd59e0 100644 --- a/components/webvr_traits/Cargo.toml +++ b/components/webvr_traits/Cargo.toml @@ -13,5 +13,5 @@ path = "lib.rs" [dependencies] ipc-channel = "0.12" msg = {path = "../msg"} -rust-webvr-api = { version = "0.14", features = ["ipc"] } +rust-webvr-api = {version = "0.16", features = ["ipc"]} serde = "1.0" |