Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - add Debug, Copy, Clone derives to Circle #6009

Closed
wants to merge 1 commit into from

Conversation

mwcz
Copy link
Contributor

@mwcz mwcz commented Sep 18, 2022

Objective

  • all the shapes except Circle have derives for Debug, Copy, and Clone

Solution

  • add derive to Circle for Debug, Copy, and Clone

@alice-i-cecile alice-i-cecile added C-Usability A simple quality-of-life change that makes Bevy easier to use A-Rendering Drawing game state to the screen labels Sep 18, 2022
Copy link
Member

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging as trivial. Thanks!

bors r+

bors bot pushed a commit that referenced this pull request Sep 18, 2022
# Objective

- all the shapes except Circle have derives for Debug, Copy, and Clone

## Solution

- add derive to Circle for Debug, Copy, and Clone
@bors
Copy link
Contributor

bors bot commented Sep 18, 2022

@bors bors bot changed the title add Debug, Copy, Clone derives to Circle [Merged by Bors] - add Debug, Copy, Clone derives to Circle Sep 18, 2022
@bors bors bot closed this Sep 18, 2022
james7132 pushed a commit to james7132/bevy that referenced this pull request Oct 19, 2022
# Objective

- all the shapes except Circle have derives for Debug, Copy, and Clone

## Solution

- add derive to Circle for Debug, Copy, and Clone
james7132 pushed a commit to james7132/bevy that referenced this pull request Oct 28, 2022
# Objective

- all the shapes except Circle have derives for Debug, Copy, and Clone

## Solution

- add derive to Circle for Debug, Copy, and Clone
ItsDoot pushed a commit to ItsDoot/bevy that referenced this pull request Feb 1, 2023
# Objective

- all the shapes except Circle have derives for Debug, Copy, and Clone

## Solution

- add derive to Circle for Debug, Copy, and Clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants