Implement gamepad input

This commit is contained in:
2024-11-18 22:49:56 -05:00
parent c84531e70e
commit f60b10ce1d
6 changed files with 435 additions and 140 deletions
+1
View File
@@ -9,6 +9,7 @@ bitflags = "2"
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = "0.15"
gilrs = "0.11"
imgui = { version = "0.12", features = ["tables-api"] }
imgui-wgpu = { git = "https://github.com/SupernaviX/imgui-wgpu-rs", rev = "5bb8673" }
imgui-winit-support = "0.13"