UnnamedCarGame/Cargo.toml

11 lines
213 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"
glfw = "0.51.0"