Update README.md

This commit is contained in:
G2 2024-01-31 15:29:19 -06:00 committed by GitHub
parent 062a8e367c
commit b60f5f0eae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,9 @@
An attempt at a USB library which works seamlessly across native and WASM targets. An attempt at a USB library which works seamlessly across native and WASM targets.
> [!NOTE]
> Web USB only works in Chromium based browsers for now.
## Dependencies ## Dependencies
For native USB, the crate utilizies [nusb](https://github.com/kevinmehall/nusb), a pure rust library similar to the very popular libusb. For native USB, the crate utilizies [nusb](https://github.com/kevinmehall/nusb), a pure rust library similar to the very popular libusb.