first chunk implementation

This commit is contained in:
zomseffen 2024-08-04 14:48:07 +02:00
parent d426fd39c0
commit 7879e57275
3 changed files with 146 additions and 8 deletions

View file

@ -15,4 +15,5 @@ thiserror = "1"
tobj = { version = "3", features = ["log"] }
vulkanalia = { version = "=0.23.0", features = ["libloading", "provisional", "window"] }
winit = "0.29"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
rand = "0.8"