-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
45 lines (34 loc) · 1.09 KB
/
Copy pathCargo.toml
File metadata and controls
45 lines (34 loc) · 1.09 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[package]
name = "delivery"
version = "0.1.0"
edition = "2024"
[profile.dev.package."*"]
opt-level = 3
[dependencies]
frame-graph = { git = "https://github.com/olejaaaaaaaa/frame-graph", features = ["parking_lot"] }
ash = "0.38.0"
ash-window = "0.13.0"
winit = { version = "0.30.12", features = ["rwh_06"] }
gpu-allocator = { version = "0.28.0", features = ["vulkan"] }
slotmap = "1.1.1"
bytemuck = { version = "1.24.0", features = ["derive"] }
tracing = "0.1.44"
thiserror = "2.0.17"
profiling = "1.0.17"
parking_lot = "0.12.5"
tracing-subscriber = "0.3.23"
gltf = { version = "1.4.1", features = ["KHR_texture_transform"] }
image = { version = "0.25.10", default-features = false, features = ["jpeg"] }
glam = "0.30.5"
smol = "2.0.2"
rapier3d = "0.32.0"
egui-ash-renderer = { version = "0.11.0", features = ["dynamic-rendering"] }
egui = "0.33"
egui-winit = "0.33"
egui_demo_lib = "0.33"
egui_extras = { version = "0.33", default-features = false, features = ["all_loaders"] }
dolly = "0.6.0"
mint = "0.5.8"
rodio = { version = "0.22.2", features = ["mp3"] }
iced_runtime = "0.14.0"
vk-sync = "0.1.6"