From f70917c8aae0d184ed7ce5e63e6347fdc21921e3 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 17 Jul 2026 18:43:05 -0700 Subject: load a texture image also refactor buffer management a little this doesn't yet draw the texture Change-Id: Id2efa761223a588bf599041ac525c3b988f0113b Force-Push: yes --- Cargo.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 684023d..1f98cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,17 +10,9 @@ vulkan-validation = [ ] [dependencies] libloading = "0.8.9" +png = "0.18.1" winit = "0.30.13" [dependencies.vulkanalia] version = "0.35.0" features = [ "libloading", "window" ] -#anyhow = "1" -#log = "0.4" -#cgmath = "0.18" -#png = "0.17" -#pretty_env_logger = "0.5" -#thiserror = "1" -#tobj = { version = "3", features = ["log"] } -#vulkanalia = { version = "=0.35.0", features = ["libloading", "provisional", "window"] } -#winit = "0.29" -- cgit 1.4.1