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

Copy on Write AssetPaths #9729

Merged
merged 12 commits into from
Sep 9, 2023
Merged

Copy on Write AssetPaths #9729

merged 12 commits into from
Sep 9, 2023

Commits on Sep 9, 2023

  1. Copy on Write AssetPaths

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    7498cab View commit details
    Browse the repository at this point in the history
  2. Fix doc

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ab60ba9 View commit details
    Browse the repository at this point in the history
  3. Keep "staticness" of path

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    d212960 View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_utils/src/cow_arc.rs

    Co-authored-by: Pascal Hertleif <[email protected]>
    cart and killercup authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    f950745 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b4549 View commit details
    Browse the repository at this point in the history
  6. Add Ord/PartialOrd

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    77f6f31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5afb4c9 View commit details
    Browse the repository at this point in the history
  8. Remove commented code

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8645800 View commit details
    Browse the repository at this point in the history
  9. Inline more things

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b05457f View commit details
    Browse the repository at this point in the history
  10. Clippy

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    51bfb44 View commit details
    Browse the repository at this point in the history
  11. Improve CowArc::Static docs

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    d82e829 View commit details
    Browse the repository at this point in the history
  12. Actually use CowArc::Static!

    cart committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    03b3516 View commit details
    Browse the repository at this point in the history