diff options
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"] +include = ["LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml"] [features] default = ["include-xml"] |