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

Exclude `release.md` from crate

parent 17c133a0
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", ".github"] exclude = ["examples/*.gif", ".github", "release.md"]
[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