blob: a68223fbf962752040c4858fb124ce1d8ed99f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "render-bsp"
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"
|