summaryrefslogtreecommitdiffstats
path: root/src/util.rs
AgeCommit message (Collapse)Author
2024-02-15Move view test utils into test_helpersTim Oram
2024-02-15Remove the concept of custom eventsTim Oram
Due to the input module previously being a separate crate, it needed to support dynamic application level event bindings. This created a lot of complexity in the event handling, with no value. This removes that custom functionality, and instead includes all the app level events under the standard events.
2024-02-15Strip inline attributesTim Oram
2024-02-15Move core crate into rootTim Oram