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

Allow dart messages to be easily handled as bevy events #349

Merged
merged 10 commits into from
Jun 30, 2024

Commits on Jun 5, 2024

  1. idea: dart messages as bevy events

    solution: add a bevy feature and use derive macro for event
    Deep-co-de committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ce34396 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 19, 2024

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

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    78ff16b View commit details
    Browse the repository at this point in the history
  2. explaination for feature

    Deep-co-de committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9f7ae43 View commit details
    Browse the repository at this point in the history
  3. Make Prettier happy

    temeddix committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    99e1708 View commit details
    Browse the repository at this point in the history
  4. Organize dependencies

    temeddix committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2f7e0be View commit details
    Browse the repository at this point in the history
  5. Remove test code

    temeddix committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    967aaed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e38af7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03e898c View commit details
    Browse the repository at this point in the history