wasm_mouse

Crates.iowasm_mouse
lib.rswasm_mouse
version0.1.0
sourcesrc
created_at2023-02-20 21:56:25.791315
updated_at2023-02-20 21:56:25.791315
descriptionHandling mouse events in Rust using `web_sys`.
homepage
repositoryhttps://github.com/JohnScience/wasm_mouse
max_upload_size
id790192
size21,181
Dmitrii - Demenev (JohnScience)

documentation

https://docs.rs/wasm_mouse

README

wasm_mouse

Latest Version Downloads Documentation License Dependency Status

Making mouse events management in WASM with web-sys easier.

Usage

Add this to your Cargo.toml:

[dependencies]
wasm_mouse = "0.1"

SemVer Policy

At the moment, there's no any semver guarantees. The crate is being inactively developed.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 1

cargo fmt