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

[features]
debug = ["dep:tracing"]

[dependencies]
glfw = { path = "../glfw" }
thiserror = "1.0.49"
gl = "0.14.0"
bitflags = "2.4.0"
tracing = { version = "0.1.39", optional = true }