init commit

This commit is contained in:
zack 2024-12-28 18:36:05 -05:00
commit 15a4041785
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
20 changed files with 37592 additions and 0 deletions

23
crates/vk-rs/Cargo.toml Normal file
View file

@ -0,0 +1,23 @@
[package]
name = "vk-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
ash.workspace = true
color-eyre.workspace = true
winit.workspace = true
raw-window-handle.workspace = true
cfg-if = "1.0.0"
cgmath = "0.18.0"
glam.workspace = true
gpu-allocator.workspace = true
egui-ash = { version = "0.4.0", features = ["gpu-allocator"] }
tobj = "4.0.2"
egui = "0.25.0"
ash-window = "0.12.0"
shaders-shared = { path = "../shaders-shared" }
[build-dependencies]
spirv-builder.workspace = true