triangle and line
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
cgmath = "0.17"
|
||||
image = "0.21"
|
||||
winit = "0.19"
|
||||
time = "0.1.37"
|
||||
Reference in New Issue
Block a user