From 71d4b23eee197722124cac1e0f3b6e09570e5f2f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 3 Mar 2025 18:02:36 +0000 Subject: [PATCH] Update Rust crate openvr to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9594f54..a73b511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ if-addrs = { version = "0.13.0" } hostname = { version = "0.3.1" } trust-dns-resolver = { version = "0.23.2" } openxr = { version = "0.19.0", default-features = false, features = ["static"] } -openvr = { version = "0.6.0" } +openvr = { version = "0.7.0" } sdl2 = { version = "0.37.0" } syn = { version = "2.0.67", features = ["extra-traits", "full"] } quote = "1.0.35" -- 2.47.1