summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-04-07 05:07:29 -0400
committerLLLL Colonq <llll@colonq>2025-04-07 05:07:29 -0400
commit7b3157308a0359320f5d098acfa80c6f3bff5a54 (patch)
tree74343fb53a42ba6805bdb165740606c0d0983e20 /Cargo.toml
parenta3073cfa729d4bc2796d6956764d77bde049aad1 (diff)
Add some utility functions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea4902b..38c2063 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ codegen-units = 1
opt-level = 2
[dependencies]
+strum = {version = "*", features = ["derive"]} # utility macros for enums
glow = {version = "=0.13.1", features = []} # rendering
tobj = "*" # loader for .obj meshes loader
gltf = {path = "deps/gltf", features = ["extras", "import", "names", "utils"]} # loader for .gltf scenes