From 319fae96ad7c8bdf96995dcfc43fd84a6d716fea Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:32:46 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 114a359..2bb4116 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ An attempt at a USB library which works seamlessly across native and WASM targets. +[Crates.io](https://crates.io/crates/cross_usb) + +[Documentation](https://docs.rs/cross_usb/) + +------------------ + > [!NOTE] > Web USB only works in Chromium based browsers for now.