Files
rust-engine/Cargo.toml
2019-08-01 00:59:42 +02:00

20 lines
358 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"
serde = "1.0.97"
serde_derive = "1.0.97"
toml = "0.5.1"
gilrs = "0.7.1"
gltf = "0.13.0"