From d4dc24873c68644adeb5c235f05b32ecdc480aaa Mon Sep 17 00:00:00 2001 From: AlephCubed Date: Sat, 25 Apr 2026 15:59:14 -0700 Subject: [PATCH] Move primary repo to tangled. --- immediate_stats/Cargo.toml | 2 +- immediate_stats_macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/immediate_stats/Cargo.toml b/immediate_stats/Cargo.toml index a30e155..2a3b673 100644 --- a/immediate_stats/Cargo.toml +++ b/immediate_stats/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" description = "Game stats that reset every frame, inspired by immediate mode GUI." categories = ["game-development", "data-structures"] keywords = ["game", "gamedev", "bevy", "stats", "proc-macro"] -repository = "https://github.com/AlephCubed/immediate_stats" +repository = "https://tangled.org/alephcubed.com/immediate_stats" license = "MIT OR Apache-2.0" authors = ["AlephCubed"] readme = "../README.md" diff --git a/immediate_stats_macros/Cargo.toml b/immediate_stats_macros/Cargo.toml index 5f7bc2e..3b55cf9 100644 --- a/immediate_stats_macros/Cargo.toml +++ b/immediate_stats_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" description = "Game stats that reset every frame, inspired by immediate mode GUI." categories = ["game-development", "data-structures"] keywords = ["game", "gamedev", "bevy", "stats", "proc-macro"] -repository = "https://github.com/AlephCubed/immediate_stats" +repository = "https://tangled.org/alephcubed.com/immediate_stats" license = "MIT OR Apache-2.0" authors = ["AlephCubed"] readme = "../README.md" -- 2.51.2