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] - Replace UUID based IDs with a atomic-counted ones #6988

Closed
wants to merge 4 commits into from

Commits on Dec 20, 2022

  1. replaced the uuid based ids of the render resources with a derive mac…

    …ro based on atomic counters
    kurtkuehnert committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a8f1d40 View commit details
    Browse the repository at this point in the history
  2. changed the define_atomic_id macro implementation to macro_rules

    using default trait instead of a new constructor
    kurtkuehnert committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6f64b66 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    6bd5a0e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    3217bf9 View commit details
    Browse the repository at this point in the history