From dea54e488389ae1a92a05829d1a0b040f9b4d6d3 Mon Sep 17 00:00:00 2001 From: Jared Burce Date: Thu, 4 Feb 2021 06:18:26 -0800 Subject: [PATCH] update bitrotted dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99b1564..497793d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ gfx_device_gl = "0.15" image = "0.19" lzw = "0.10" nalgebra = "0.16" -openvr = "0.5" +openvr = "0.6.0" openvr_sys = "2" piston = "0.37" piston_window = "0.80"