Load multiple textures

This commit is contained in:
2020-10-26 10:00:01 +01:00
parent c055ea19ed
commit 9687f5ec89
10 changed files with 73 additions and 32 deletions

View File

@@ -15,4 +15,7 @@ serde = "1.0.114"
serde_derive = "1.0.114"
toml = "0.5.6"
gilrs = "0.7.4"
gltf = "0.15.2"
gltf = "0.15.2"
[profile.dev.package."*"]
opt-level = 3