Skip to content
Snippets Groups Projects
Commit a5401e0d authored by Jerome Humbert's avatar Jerome Humbert
Browse files

Exclude GitHub files from published package

parent 2df0b91b
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening" ...@@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening"
keywords = ["bevy", "animation", "easing", "tweening"] keywords = ["bevy", "animation", "easing", "tweening"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"
exclude = ["examples/*.gif"] exclude = ["examples/*.gif", ".github"]
[dependencies] [dependencies]
interpolation = "0.2" interpolation = "0.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment