From 55ac28839147f6c6254d7dbbabb44dc52b7beb71 Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 17 Feb 2023 13:10:23 -0500 Subject: [PATCH] fix(cargo.toml): upgrade stereokit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3265217..3659dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.8.5" [dependencies.stereokit] default-features = false features = ["linux-egl", "color_named", "prisma"] -version = "0.14.0" +version = "0.14.1" [dependencies.smithay] git = "https://github.com/technobaboo/smithay.git" # Until we get stereokit to understand OES samplers and external textures