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

Round out Mut<T> api using lenses + auto-unwrapping #4413

Closed
wants to merge 9 commits into from

Commits on Mar 28, 2022

  1. merge back stash

    TheRawMeatball committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    b016161 View commit details
    Browse the repository at this point in the history
  2. clear warnings

    TheRawMeatball committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    9e54e2a View commit details
    Browse the repository at this point in the history
  3. more misc cleanup

    TheRawMeatball committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0c951bf View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. some macro changes

    TheRawMeatball committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    db283c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    7bcf922 View commit details
    Browse the repository at this point in the history
  2. More lens work

    TheRawMeatball committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3de9017 View commit details
    Browse the repository at this point in the history
  3. actually add lensing

    TheRawMeatball committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e378f82 View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_ecs/src/query/fetch.rs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    TheRawMeatball and alice-i-cecile authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    bc3d517 View commit details
    Browse the repository at this point in the history
  5. Update crates/bevy_ecs/src/query/fetch.rs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    TheRawMeatball and alice-i-cecile authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    94c2deb View commit details
    Browse the repository at this point in the history