cargo update
This commit is contained in:
1070
Cargo.lock
generated
1070
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
15
Cargo.toml
15
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user