blob: 8a523e3b3fd8c58841588bd33f904deac33ff9c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "render"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"
[dependencies]
stockton-render = { path = "../../stockton-render" }
stockton-types = { path = "../../stockton-types" }
stockton-bsp = "2.0.0"
winit = "0.19.1"
|