oxygengine-input-device-web 0.3.16

Web input devices module for Oxygen Engine
Documentation
[package]

name = "oxygengine-input-device-web"

version = "0.3.16"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

edition = "2018"

description = "Web input devices module for Oxygen Engine"

license = "MIT"

homepage = "https://github.com/PsichiX/oxygengine"

repository = "https://github.com/PsichiX/oxygengine"

documentation = "https://docs.rs/oxygengine-input-device-web"

readme = "../README.md"



[dependencies]

oxygengine-core = { version = "0.3", path = "../oxygengine-core" }

oxygengine-input = { version = "0.3", path = "../oxygengine-input" }

wasm-bindgen = "0.2"



[dependencies.web-sys]

version = "0.3"

features = [

  'Document',

  'Element',

  'Window',

  'MouseEvent',

  'KeyboardEvent',

  'EventTarget',

]