summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-16 14:45:55 -0500
committerLLLL Colonq <llll@colonq>2025-02-16 14:45:55 -0500
commitdb73463e276a75fbfafbb512396556b2d78ea2d8 (patch)
tree7c5bab5ee3c1d15a3be6119096990763f3fe0574
parent2c4da6fefeb13e40be3948dd24524b82adcac3df (diff)
Lock version of glow
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55627e3..727a663 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ codegen-units = 1
opt-level = 2
[dependencies]
-glow = {version = "*", features = []} # rendering
+glow = {version = "0.13.1", features = []} # rendering
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