cargo update

This commit is contained in:
2022-08-16 15:36:30 +02:00
parent bfd77210bc
commit 4ccfa728c6
2 changed files with 674 additions and 411 deletions

1070
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,18 @@
[package]
name = "gloom-rs"
version = "0.1.0"
authors = ["Michael H. Gimle <michael.gimle@gmail.com>"]
edition = "2018"
version = "0.3.0"
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
[dependencies]
glutin = "0.27.0"
glutin = "0.29.1"
gl = "0.14.0"
tobj = "3.1.0"
image = "0.23.14"
nalgebra-glm = "0.15.0"
image = "0.24.3"
nalgebra-glm = "0.17.0"
rand = "0.8.4"