aboutsummaryrefslogtreecommitdiff
path: root/examples/render-quad/Cargo.toml
blob: d376605926c3a18c4ff6e55823d555369bc62e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "render-quad"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]

[dependencies]
stockton-render = { path = "../../stockton-render", features = ["vulkan"] }
stockton-types = { path = "../../stockton-types" }
stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" }
winit = "^0.21"
simple_logger = "1.0"
image = "0.23.2"