-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 801 Bytes
/
Cargo.toml
File metadata and controls
22 lines (20 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "vk-ext-mesh-shader-example"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.65"
ash = { git = "https://github.com/projectkml/ash" }
ash-window = { git = "https://github.com/projectkml/ash" }
bytemuck = { version = "1.12.1", features = ["derive"] }
bitstream-io = "1.6.0"
dolly = "0.4.0"
fast-obj = { git = "https://github.com/projectkml/fast-obj-rs" }
glam = { version = "0.24.1", features = ["bytemuck"] }
libc = "0.2.135"
meshopt = { git = "https://github.com/projectkml/meshopt-rs" }
raw-window-handle = "0.5.0"
shaderc = { git = "https://github.com/ProjectKML/shaderc-rs" }
vk-mem-alloc = { git = "https://github.com/projectkml/vk-mem-alloc-rs" }
winit = "0.27.4"