We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8401c3 commit 0fcdb4fCopy full SHA for 0fcdb4f
1 file changed
Cargo.toml
@@ -13,7 +13,7 @@ defmt = "0.3"
13
defmt-rtt = "0.4"
14
panic-probe = { version = "0.3", features = ["print-defmt"] }
15
#adafruit-kb2040 = "0.8.0"
16
-usbd-hid = { path = "../usbd-hid" } # "0.8.2"
+usbd-hid = { git = "https://github.com/Mstrodl/usbd-hid", branch = "feature/mstrodl/xbox360" } # "0.8.2"
17
usb-device = "0.3.2"
18
critical-section = "1.2.0"
19
#defmt-serial = "0.10.0"
0 commit comments