From 7073a63562c189b6d89b1834630898a37a4dfb0e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 19 Feb 2023 17:40:14 +0100 Subject: build: add description to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4ec937f..816f135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "opengl-registry-macros" version = "0.1.0" license = "MIT OR Apache-2.0" edition = "2021" +description = "Macros utilizing the OpenGL API and Extension Registry" [lib] proc-macro = true -- cgit v1.2.3-18-g5258