mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 05:12:53 -05:00
Fixed typo, v0.2.3
This commit is contained in:
parent
95b3083b82
commit
54154d54c3
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "cross_usb"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
|
||||
repository = "https://github.com/G2-Games/cross-usb"
|
||||
documentation = "https://docs.rs/cross_usb"
|
||||
|
||||
description = """
|
||||
A a Rust USB library which works seamlessly across both native and WASM targets
|
||||
A Rust USB library which works seamlessly across both native and WASM targets
|
||||
"""
|
||||
|
||||
keywords = ["usb", "wasm", "web-usb"]
|
||||
|
|
Loading…
Reference in a new issue