summaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: dafa6e51a2e5d75c33071251f8935263edf5f6c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                      
[package]
name = "deltaworld"
version = "0.0.0"
edition = "2021"

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

[profile.release]
lto = true

[dependencies.gl]
version = "*"

[dependencies.glfw]
version = "*"