SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
237 stars 21 forks source link

Remove internal mutability from InputState #63

Open LPGhatguy opened 2 years ago

LPGhatguy commented 2 years ago

We should be able to remove all of these cells now that InputState's ownership is clearer.