From b60f5f0eaeaf48ef91b637944b838868b5879a57 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:29:19 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 16d6eb6..114a359 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ 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 For native USB, the crate utilizies [nusb](https://github.com/kevinmehall/nusb), a pure rust library similar to the very popular libusb.