From 8f084bfb7d8ed6806b0c7605934685edadc7b7f2 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 3 Oct 2022 17:56:52 -0400 Subject: [PATCH] fix(cargo.toml): update stereokit version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2e5789..3b88e67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ directories = "4.0.1" [dependencies.stereokit] default-features = false features = ["linux-egl"] -version = "0.3.0" +version = "0.4.0" [dependencies.smithay] git = "https://github.com/technobaboo/smithay.git"