diff options
| author | Matt Ickstadt <[email protected]> | 2023-01-12 14:59:25 -0600 |
|---|---|---|
| committer | alexmoon <[email protected]> | 2023-02-07 14:24:35 -0500 |
| commit | f5ff3c4ac31c79cedf077f559dbd5685886399cc (patch) | |
| tree | 6f8b76bd443453fde4e01a8f366e45cfb9edb9da /embassy-usb/Cargo.toml | |
| parent | a7fa7d0de2fa7b8fab889879b6003df8427c6841 (diff) | |
usb: add support for MS OS Descriptors
Diffstat (limited to 'embassy-usb/Cargo.toml')
| -rw-r--r-- | embassy-usb/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index 1e567bb94..31d1f4cae 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -24,6 +24,7 @@ embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver- | |||
| 24 | defmt = { version = "0.3", optional = true } | 24 | defmt = { version = "0.3", optional = true } |
| 25 | log = { version = "0.4.14", optional = true } | 25 | log = { version = "0.4.14", optional = true } |
| 26 | heapless = "0.7.10" | 26 | heapless = "0.7.10" |
| 27 | widestring = { version = "1.0.2", default-features = false } | ||
| 27 | 28 | ||
| 28 | # for HID | 29 | # for HID |
| 29 | usbd-hid = { version = "0.6.0", optional = true } | 30 | usbd-hid = { version = "0.6.0", optional = true } |
