We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ex: with a "left" anchor, increasing numbers extend right. with a "right" anchor, increasing numbers go left.
This is pretty hard to reason about. Anchors should just determine origin, not direction.
The text was updated successfully, but these errors were encountered:
"flex box" has fully replaced the anchor system, so we dont need this anymore.
Sorry, something went wrong.
Merge pull request bevyengine#58 from alec-deason/tracking_changes_fo…
42102ca
…r_bevy_0.5 Tracking changes for bevy 0.5
Update regex and regex-syntax dependencies (bevyengine#58)
regex
regex-syntax
b2cf1bc
Reduces dependency duplication throughout bevy's dependency tree (other crates use 0.7 while this one uses 0.6)
No branches or pull requests
ex: with a "left" anchor, increasing numbers extend right. with a "right" anchor, increasing numbers go left.
This is pretty hard to reason about. Anchors should just determine origin, not direction.
The text was updated successfully, but these errors were encountered: