From a774c68f304349cad8c9dad7e8f71c3d8cca2ff4 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 8 Feb 2024 23:18:08 -0800 Subject: [PATCH] update deps --- Cargo.lock | 6 ++++-- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2290748..5301767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1304,7 +1304,7 @@ dependencies = [ [[package]] name = "strafesnet_common" version = "0.1.0" -source = "git+https://git.itzana.me/StrafesNET/common?rev=a1fa2c278174dabbb56db1d814340611dab67575#a1fa2c278174dabbb56db1d814340611dab67575" +source = "git+https://git.itzana.me/StrafesNET/common?rev=c915cdfc0ae1f2c934ebf06b826b05401faa3ad0#c915cdfc0ae1f2c934ebf06b826b05401faa3ad0" dependencies = [ "glam", "id", @@ -1313,9 +1313,11 @@ dependencies = [ [[package]] name = "strafesnet_snf" version = "0.1.0" -source = "git+https://git.itzana.me/StrafesNET/snf?rev=dea408daeef576cff8ffa61356c89a9d03d95f6b#dea408daeef576cff8ffa61356c89a9d03d95f6b" +source = "git+https://git.itzana.me/StrafesNET/snf?rev=856386e9bf29c337cfaef8774c71a18a2ee06ce2#856386e9bf29c337cfaef8774c71a18a2ee06ce2" dependencies = [ "binrw", + "id", + "strafesnet_common", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ab006d7..9640e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ glam = "0.25.0" id = { git = "https://git.itzana.me/Quaternions/id", rev = "1f710976cc786c8853dab73d6e1cee53158deeb0" } parking_lot = "0.12.1" pollster = "0.3.0" -strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "a1fa2c278174dabbb56db1d814340611dab67575" } -strafesnet_snf = { git = "https://git.itzana.me/StrafesNET/snf", rev = "dea408daeef576cff8ffa61356c89a9d03d95f6b" } +strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "c915cdfc0ae1f2c934ebf06b826b05401faa3ad0" } +strafesnet_snf = { git = "https://git.itzana.me/StrafesNET/snf", rev = "856386e9bf29c337cfaef8774c71a18a2ee06ce2" } wgpu = "0.19.0" winit = "0.29.2"