From 6347ef8de032d06a9cde40e5d1d4f034db19287e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 5 Mar 2023 21:05:46 +0100 Subject: build: add include field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3-18-g5258