From 73e8ea31c3dbf763028c82be90115bd324b66dd7 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 2 Apr 2025 19:42:14 -0400 Subject: [PATCH] Updated Cargo.toml repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53353bf..ff1e8cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.1" edition = "2021" description = "A post-process black and white ordered dithering effect for the Bevy game engine." license = "0BSD OR MIT OR Apache-2.0" -repository = "https://git.exvacuum.dev/bevy_dither_post_process" +repository = "https://git.soaos.dev/soaos/bevy_dither_post_process" [dependencies.bevy] version = "0.15"