BC converter tool

This commit is contained in:
2021-03-11 01:33:58 +01:00
parent 57b3f89817
commit 31cdfa1885
4 changed files with 25 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name = "rust-engine"
version = "0.1.0"
authors = ["Till <asuro@posteo.de>"]
edition = "2018"
default-run = "rust-engine"
[dependencies]
vulkano-shaders = "0.20"
@@ -19,5 +20,9 @@ gilrs = "0.7.4"
gltf = "0.15.2"
mgf = "1.4.0"
[[bin]]
name = "converter"
path = "build/converter/src/main.rs"
[profile.dev.package."*"]
opt-level = 3