BC converter tool
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user