| Crates.io | wasm_mouse |
| lib.rs | wasm_mouse |
| version | 0.1.0 |
| created_at | 2023-02-20 21:56:25.791315+00 |
| updated_at | 2023-02-20 21:56:25.791315+00 |
| description | Handling mouse events in Rust using `web_sys`. |
| homepage | |
| repository | https://github.com/JohnScience/wasm_mouse |
| max_upload_size | |
| id | 790192 |
| size | 21,181 |
Making mouse events management in WASM with web-sys easier.
Add this to your Cargo.toml:
[dependencies]
wasm_mouse = "0.1"
At the moment, there's no any semver guarantees. The crate is being inactively developed.