From 7749604e56cd95d3620a8bf800f9c565b90f136e Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 2 Jul 2026 04:19:33 -0700 Subject: create Vulkan instance Change-Id: I8fdc0c989e97ec872714e755eca4255e3fb0830a Force-Push: yes --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 81e881e..26435be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,12 @@ authors = ["Irene Knapp "] edition = "2024" [dependencies] -vulkanalia = "0.35.0" +libloading = "0.8.9" winit = "0.30.13" + +[dependencies.vulkanalia] +version = "0.35.0" +features = [ "libloading", "window" ] #anyhow = "1" #log = "0.4" #cgmath = "0.18" -- cgit 1.4.1