From 58c702fdf1a505c4e4ac87467ec95d2c58b960e9 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 29 Mar 2024 01:06:16 -0700 Subject: [PATCH] use strafesnet registry --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9af2044..6c43d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] bitflags = "2.4.2" glam = "0.25.0" -id = { git = "https://git.itzana.me/Quaternions/id", rev = "1f710976cc786c8853dab73d6e1cee53158deeb0" } +id = { version = "0.1.0", registry = "strafesnet" }