diff options
| -rw-r--r-- | Cargo.toml | 8 | 
1 files changed, 7 insertions, 1 deletions
@@ -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"]  | 
