diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-05 21:13:15 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-05 21:13:15 +0100 |
commit | 66f90122b44a6ebb75fa0df83c80dbfccf77a422 (patch) | |
tree | f38ef557e69a1108a34bc934e2cb814a8048c158 /Cargo.toml | |
parent | 6347ef8de032d06a9cde40e5d1d4f034db19287e (diff) |
build: add categories field to Cargo.tomlv0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |