16 lines
301 B
TOML
16 lines
301 B
TOML
[package]
|
|
name = "Dairy-Drift"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
field-offset = "0.3.4"
|
|
image = "0.24.5"
|
|
gl = "0.14.0"
|
|
cgmath = "0.18.0"
|
|
tobj = "2.0.0"
|
|
[dependencies.glfw]
|
|
version = "*"
|