diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-03 13:41:21 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-03 13:41:21 -0500 |
| commit | f1b47ccb8a92280df51bb28b495829f8f7f8127e (patch) | |
| tree | d5311a3d3135af498da0d808042b22c59fe5b2ae /Cargo.toml | |
| parent | 2f30c4d25f3e01fb4fc8089134a610195f1cdb13 (diff) | |
Add initial GLTF support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ opt-level = 2 [dependencies] glow = {version = "*", features = []} # rendering -tobj = "*" # model loader +tobj = "*" # loader for .obj meshes loader +gltf = {path = "deps/gltf", features = ["extras", "names", "utils"]} # loader for .gltf scenes # gltf = {version = "*", features = ["extras", "names"]} # model loader image = "*" # texture loader glam = "*" # linear algebra |
