clipping
This commit is contained in:
+3
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user