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

Dynamic Systems and Components #623

Commits on Nov 3, 2020

  1. Implement Custom Component Ids

    This replaces the use of TypeId for identifying components and instead
    uses ComponentId which is an enum that can represent either a Rust
    TypeId or an external id represented by a u64.
    zicklag committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0798295 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

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

Commits on Nov 5, 2020

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