diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-16 14:45:55 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-16 14:45:55 -0500 |
| commit | db73463e276a75fbfafbb512396556b2d78ea2d8 (patch) | |
| tree | 7c5bab5ee3c1d15a3be6119096990763f3fe0574 /Cargo.toml | |
| parent | 2c4da6fefeb13e40be3948dd24524b82adcac3df (diff) | |
Lock version of glow
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
