aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-05 21:54:43 +0100
committerHampusM <hampus@hampusmat.com>2023-03-05 21:54:43 +0100
commit3cc9bec761ad81c48bf18bda599232588980b1cb (patch)
treea97ba64730d6d2f888f46074c3b2db4f2184326a
parent3ca66b6d92b6664f6afabf9a93d9ad06756cc312 (diff)
build: add README.md to include field in Cargo.toml
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f33fe20..d00f1b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,13 @@ 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"]
+include = [
+ "LICENSE-APACHE",
+ "LICENSE-MIT",
+ "src",
+ "OpenGL-Registry/xml/gl.xml",
+ "README.md"
+]
[features]
default = ["include-xml"]