From 0484f1558669ca971f5843d7e79f5aaf22e6bcf2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 7 Mar 2023 21:42:41 +0100 Subject: build: add repository field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 28eb327..a29976d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" license = "MIT OR Apache-2.0" edition = "2021" description = "Macros utilizing the OpenGL API and Extension Registry" +repository = "https://git.hampusmat.com/opengl-registry-macros" [lib] proc-macro = true -- cgit v1.2.3-18-g5258