Commit graph

5 commits

Author SHA1 Message Date
b1c164dc6a
wip: add init egui impl 2025-03-31 14:54:56 -04:00
f71f0d8e10
feat: switch away from parking_lot::Mutex
Switching away from `parking_lot::Mutex` as `std::sync::Mutex` performs
better in all scenarios on both of our targets (linux/windows).
2025-03-30 16:27:35 -04:00
234e2ab78d
Add command parsing 2025-03-29 12:35:32 -04:00
12b20be584
cross-platform 👀 2025-03-28 17:31:16 -04:00
8a1c5237d5
Add tri 2025-03-28 16:33:40 -04:00