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"
|
|
|
|
glfw = "0.51.0"
|
2023-02-22 15:29:36 +01:00
|
|
|
glm = "0.2.3"
|
|
|
|
stb = { version = "0.3.2", default-features = false, features = ["stb_image"] }
|