diff --git a/Cargo.toml b/Cargo.toml index 6ad568a..80fd058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,13 @@ repository = "https://github.com/ewpratten/raylib-ffi" license = "GPL-3.0" keywords = ["raylib", "graphics"] categories = ["external-ffi-bindings", "graphics", "multimedia", "rendering"] +exclude = [ + "third_party/raylib/examples/*", + "third_party/raylib/parser/*", + "third_party/raylib/logo/*", + "third_party/raylib/projects/*" +] [build-dependencies] bindgen = "^0.63.0" -cmake = "^0.1.49" \ No newline at end of file +cmake = "^0.1.49"