summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cd2b99adc8d763fafc816cca60d439365fe66ece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name    = "deltaworld"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "dw"
path = "source/main.rs"

[profile.release]
lto = true

[dependencies]
gl   = "0.14.0"
glfw = "0.51.0"
libc = "0.2.144"