From b31035bf03e0843fb516bee065f9a010424ba546 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:20 +0100 Subject: refactor(render): update gfx-hal and use staging and index buffers. also some minor changes to types because of deprecation and a bunch of readability improvements --- stockton-render/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stockton-render/Cargo.toml') diff --git a/stockton-render/Cargo.toml b/stockton-render/Cargo.toml index eb717c4..d207159 100644 --- a/stockton-render/Cargo.toml +++ b/stockton-render/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Oscar "] [dependencies] stockton-types = { path = "../stockton-types" } -winit = "0.19.1" +winit = "^0.21" gfx-hal = "^0.5" arrayvec = "0.4.10" nalgebra-glm = "0.4.0" @@ -18,4 +18,5 @@ vulkan = ["gfx-backend-vulkan"] [dependencies.gfx-backend-vulkan] version = "^0.5" +features = ["x11"] optional = true -- cgit v1.2.3