From 8d4a82c9476a04f4e3f63a28dd9f8e0fef83a19c Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 5 Oct 2022 03:04:25 +0100 Subject: [PATCH] Add docs link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 53087d3..0042208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Easily manage complex Bevy 2D sprite animations" authors = [ "Louis Capitanchik <louis@microhacks.co.uk>" ] +repository = "https://lab.lcr.gr/microhacks/micro-banimate" [features] default = ["json_loader", "ecs_tilemap"] -- GitLab