Add support for moar commands

This commit is contained in:
2024-12-31 00:08:45 -05:00
parent 014b9ebbfa
commit b94ae4d586
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ egui-toast = { git = "https://github.com/urholaukkarinen/egui-toast.git", rev =
egui-winit = "0.30"
egui-wgpu = { version = "0.30", features = ["winit"] }
gilrs = { version = "0.11", features = ["serde-serialize"] }
hex = "0.4"
image = { version = "0.25", default-features = false, features = ["png"] }
itertools = "0.13"
num-derive = "0.4"