summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
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 <ireneista@irenes.space>"]
 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"