mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 13:22:53 -05:00
Update README.md
This commit is contained in:
parent
062a8e367c
commit
b60f5f0eae
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue