aboutsummaryrefslogtreecommitdiff
path: root/examples/render-quad/Cargo.toml
blob: 68b804fc92cbb4c7d9bb1e3d3da94cc65e3b1b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "render-quad"
version = "0.1.0"
authors = ["Aria Shrimpton <me@aria.rip>"]
edition = "2018"

[dependencies]
stockton-skeleton = { path = "../../stockton-skeleton", features = ["vulkan"] }
winit = "^0.21"
log = "0.4.0"
simplelog = "^0.10"
image = "0.23.2"
legion = { version = "^0.3" }
anyhow = "1.0.40"
gfx-hal = "^0.8.0"