diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-05 21:05:46 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-05 21:12:53 +0100 |
commit | 6347ef8de032d06a9cde40e5d1d4f034db19287e (patch) | |
tree | b0089d40d2ca082eda8e3f78ab6e612c9ed9919a | |
parent | 2d634262dfd7e984ebe7b81facb89db4866cba63 (diff) |
build: add include field 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"] +include = ["LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml"] [features] default = ["include-xml"] |