From bd62e7d34254e8d846c1cfa6b71d6fa746cb40e0 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 14 Nov 2022 09:05:36 -0500 Subject: [PATCH] refactor(stereokit): upgrade version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72c1016..cae87f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0.145", features = ["derive"] } [dependencies.stereokit] default-features = false features = ["linux-egl"] -version = "0.5.0" +version = "0.7.1" [dependencies.smithay] git = "https://github.com/Smithay/smithay.git"