aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-05 21:13:15 +0100
committerHampusM <hampus@hampusmat.com>2023-03-05 21:13:15 +0100
commit66f90122b44a6ebb75fa0df83c80dbfccf77a422 (patch)
treef38ef557e69a1108a34bc934e2cb814a8048c158
parent6347ef8de032d06a9cde40e5d1d4f034db19287e (diff)
build: add categories field to Cargo.tomlv0.1.0
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ee8d7c..f33fe20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
description = "Rust API for the OpenGL API and Extension Registry"
repository = "https://git.hampusmat.com/opengl-registry-rs"
keywords = ["api"]
+categories = ["api-bindings"]
include = ["LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml"]
[features]