diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-07-02 04:19:33 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-07-02 14:46:36 -0700 |
| commit | 7749604e56cd95d3620a8bf800f9c565b90f136e (patch) | |
| tree | 06db8f7841446cd8d38cbf3ca31f424d8e3477f0 /Cargo.toml | |
| parent | 627dc10a30b9ff136fc938570820ff82c7f49489 (diff) | |
create Vulkan instance
Change-Id: I8fdc0c989e97ec872714e755eca4255e3fb0830a Force-Push: yes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
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" |