Files
rust-engine/Cargo.toml
2019-07-26 03:33:03 +02:00

16 lines
285 B
TOML

[package]
name = "rust-engine"
version = "0.1.0"
authors = ["Till <asuro@posteo.de>"]
edition = "2018"
[dependencies]
vulkano-shaders = "0.13"
vulkano = "0.13"
vulkano-win = "0.13"
shade_runner = "0.1.2"
shaderc = "0.5.0"
cgmath = "0.17"
winit = "0.19"
image = "0.22.0"
tobj = "0.1.8"