This commit is contained in:
G2-Games 2024-03-24 06:18:53 -05:00
parent 15f8875b6e
commit 35ed1e273b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "cross_usb"
version = "0.2.3"
version = "0.3.0"
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
repository = "https://github.com/G2-Games/cross-usb"
documentation = "https://docs.rs/cross_usb"

View file

@ -22,7 +22,7 @@
//! use cross_usb::usb::{UsbDescriptor, UsbDevice, UsbInterface, Recipient, ControlType, ControlIn};
//! use cross_usb::device_filter;
//!
//! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter,
//! // Obtain a device descriptor using a DeviceFilter,
//! // in this case with its VendorID and ProductID
//! let filters = vec![
//! device_filter!{vendor_id: 0x054c, product_id: 0x00c9}