Skip to content

refactor: input manager#554

Open
samuelOsborne wants to merge 9 commits intomainfrom
refactor/inputmanager
Open

refactor: input manager#554
samuelOsborne wants to merge 9 commits intomainfrom
refactor/inputmanager

Conversation

@samuelOsborne
Copy link
Copy Markdown
Member

@samuelOsborne samuelOsborne commented Apr 16, 2026

Since the number of inputs is fixed, we don't need to use dynamic containers inside the InputManager.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 16, 2026

⚠️ No Changeset found

Latest commit: bebb128

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -1,4 +1,4 @@
use std::collections::HashMap;
use std::collections::{HashMap, HashSet};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's use the rustc_hash instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants