aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-05 21:05:46 +0100
committerHampusM <hampus@hampusmat.com>2023-03-05 21:12:53 +0100
commit6347ef8de032d06a9cde40e5d1d4f034db19287e (patch)
treeb0089d40d2ca082eda8e3f78ab6e612c9ed9919a
parent2d634262dfd7e984ebe7b81facb89db4866cba63 (diff)
build: add include field to Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbc174d..2ee8d7c 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"]
+include = ["LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml"]
[features]
default = ["include-xml"]