From f770430a9d3db0260ff32c48768d536399cde279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Mon, 6 May 2024 17:39:42 +0300 Subject: [PATCH] Include the repository field --- avenger-wgpu/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/avenger-wgpu/Cargo.toml b/avenger-wgpu/Cargo.toml index 851ec44..a11464c 100644 --- a/avenger-wgpu/Cargo.toml +++ b/avenger-wgpu/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.7" edition = "2021" description = "WGPU rendering engine for the Avenger visualization framework" license = "BSD-3-Clause" +repository = "https://github.com/jonmmease/avenger" [lib] crate-type = [ "cdylib", "rlib",]