This commit is contained in:
2025-08-30 15:06:29 +02:00
parent 30dd5714c9
commit 3e81e2018c
5 changed files with 513 additions and 48 deletions
+3 -5
View File
@@ -5,15 +5,13 @@ authors = [
"Peder b. Sundt <pbsds@hotmail.com>",
"Michael H. Gimle <michael.gimle@gmail.com>",
]
edition = "2018" # rust edition
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
edition = "2021"
[dependencies]
glutin = "0.29.1"
glutin = "0.29"
gl = "0.14.0"
tobj = ">3.1.0"
image = "0.24.3"
image = "0.25"
nalgebra-glm = "0.17.0"
rand = "0.9"
libc = "0.2.132"