-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (26 loc) · 785 Bytes
/
Cargo.toml
File metadata and controls
31 lines (26 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[workspace]
members = ["next_renderer", "next_gpu_backend", "next_samples"]
[workspace.package]
repository = "https://github.com/Pro-Ly/Next-Renderer"
license = "Apache-2.0"
readme = "README.md"
[workspace.dependencies]
# local
next_renderer = { path = "./next_renderer" }
next_gpu_backend = { path = "./next_gpu_backend" }
# dev
clippy = "0.0.302"
# window
winit = "0.29.4"
# vulkan
ash = "0.37.3+1.3.251"
# dx12
windows = "0.52.0"
# common
bitflags = "2.4.2"
log = "0.4.20"
env_logger = "0.11.2"
raw-window-handle = "0.6"
spirv-builder = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "54f6978c25b7e168ded04e720b996625b3654ebd" }
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "54f6978c25b7e168ded04e720b996625b3654ebd" }
# serde = "1.0.201"