Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2114: Re-export the TargetedEvent trait r=jojolepro a=bonsairobo ## Description Re-export the TargetedEvent trait. I found this useful as a trait bound in my project. Might as well standardize it. ## Additions - A couple doc comments explaining the trait. ## Modifications - One new trait export from amethyst_ui ## PR Checklist By placing an x in the boxes I certify that I have: - [ ] Updated the content of the book if this PR would make the book outdated. - [ ] Added a changelog entry if this will impact users, or modified more than 5 lines of Rust that wasn't a doc comment. - [ ] Added unit tests for new code added in this PR. - [x] Acknowledged that by making this pull request I release this code under an MIT/Apache 2.0 dual licensing scheme. If this modified or created any rs files: - [x] Ran `cargo +stable fmt --all` - [x] Ran `cargo clippy --all --features "empty"` - [x] Ran `cargo test --all --features "empty"` Co-authored-by: Duncan <[email protected]>
- Loading branch information