UnnamedCarGame/Cargo.toml

17 lines
318 B
TOML
Raw Normal View History

2023-02-22 10:23:40 +01:00
[package]
name = "UnnamedCarGame"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gl = "0.14.0"
2023-02-22 15:29:36 +01:00
glm = "0.2.3"
2023-02-23 09:28:48 +01:00
field-offset = "0.3.4"
2023-02-23 15:02:13 +01:00
image = "0.24.5"
2023-02-23 17:05:27 +01:00
tobj = "0.1.6"
2023-02-23 15:02:13 +01:00
cgmath = "0.18.0"
2023-02-23 09:28:48 +01:00
[dependencies.glfw]
version = "*"