diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-18 18:00:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-18 18:00:22 -0500 |
| commit | a4aac831139a03119b2bbcb50c22e196e869b38d (patch) | |
| tree | d03ba05bf54cbe7eb7ed490e68f249afb8eeab1e /Cargo.lock | |
| parent | 422511b3022cf9efacd72026dfe56e03f69165f6 (diff) | |
Fix it
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -676,7 +676,7 @@ checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" [[package]] name = "directories" version = "6.0.0" -source = "git+https://github.com/lcolonq/teleia#8d95be60ea34462cb178389e5ce9c92ad41ecd8b" +source = "git+https://github.com/lcolonq/teleia#e73044fbd51f9c8f15eb6bd60248887ccd8b16f0" dependencies = [ "dirs-sys", ] @@ -1020,7 +1020,7 @@ dependencies = [ [[package]] name = "glfw" version = "0.59.0" -source = "git+https://github.com/lcolonq/teleia#8d95be60ea34462cb178389e5ce9c92ad41ecd8b" +source = "git+https://github.com/lcolonq/teleia#e73044fbd51f9c8f15eb6bd60248887ccd8b16f0" dependencies = [ "bitflags 1.3.2", "objc2 0.5.2", @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "gltf" version = "1.4.1" -source = "git+https://github.com/lcolonq/teleia#8d95be60ea34462cb178389e5ce9c92ad41ecd8b" +source = "git+https://github.com/lcolonq/teleia#e73044fbd51f9c8f15eb6bd60248887ccd8b16f0" dependencies = [ "base64 0.13.1", "byteorder", @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "gltf-derive" version = "1.4.1" -source = "git+https://github.com/lcolonq/teleia#8d95be60ea34462cb178389e5ce9c92ad41ecd8b" +source = "git+https://github.com/lcolonq/teleia#e73044fbd51f9c8f15eb6bd60248887ccd8b16f0" dependencies = [ "inflections", "proc-macro2", @@ -1087,7 +1087,7 @@ dependencies = [ [[package]] name = "gltf-json" version = "1.4.1" -source = "git+https://github.com/lcolonq/teleia#8d95be60ea34462cb178389e5ce9c92ad41ecd8b" +source = "git+https://github.com/lcolonq/teleia#e73044fbd51f9c8f15eb6bd60248887ccd8b16f0" dependencies = [ "gltf-derive", "serde", @@ -3051,7 +3051,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "teleia" version = "0.1.0" -source = "git+https://github.com/lcolonq/teleia#8d95be60ea34462cb178389e5ce9c92ad41ecd8b" +source = "git+https://github.com/lcolonq/teleia#e73044fbd51f9c8f15eb6bd60248887ccd8b16f0" dependencies = [ "bimap", "bitflags 2.8.0", @@ -3167,7 +3167,6 @@ dependencies = [ "bitflags 2.8.0", "cfg-if", "glam", - "glow 0.16.0", "lazy_static", "log", "rand", |
