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

[dependencies]
glfw = { path = "../glfw" }
thiserror = "1.0.49"
gl = "0.14.0"