diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a560457c..e4318517e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ [#756]: https://github.com/amethyst/specs/pull/756 [#766]: https://github.com/amethyst/specs/pull/766 +[shred-changelog]: https://github.com/amethyst/shred/blob/6b754812e304cf6c63ba0364a82a7e0e5025aaa4/CHANGELOG.md#0140-2022-07-12 # 0.18.0 (2022-07-02) diff --git a/Cargo.toml b/Cargo.toml index af12fd4f7..a72d012ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["gamedev", "ecs", "entity", "component"] categories = ["concurrency", "game-engines"] license = "MIT OR Apache-2.0" authors = ["slide-rs hackers"] -include = ["src", "README.md", "LICENSE-MIT", "LICENSE-APACHE"] +include = ["/src", "/examples", "/benches", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE"] edition = "2021" rust-version = "1.65.0"