diff --git a/Cargo.toml b/Cargo.toml index 4651c98bc8d50301f9f65d71a8757dde57213245..9f0473ac1a1068cb9329f11065845d19c73a6c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening" keywords = ["bevy", "animation", "easing", "tweening"] license = "MIT OR Apache-2.0" readme = "README.md" -exclude = ["examples/*.gif"] +exclude = ["examples/*.gif", ".github"] [dependencies] interpolation = "0.2"