ustreamer-input 0.1.0

Browser input event bridge — binary decode and mapping to application interaction events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "ustreamer-input"

description = "Browser input event bridge — binary decode and mapping to application interaction events"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true

documentation = "https://docs.rs/ustreamer-input"

readme = "../../README.md"

keywords = ["streaming", "input", "browser", "events", "wgpu"]

categories = ["web-programming", "gui"]



[dependencies]

ustreamer-proto = { workspace = true }

thiserror = { workspace = true }

tracing = { workspace = true }