oxygengine-input-device-web 0.9.0

Web input devices module for Oxygen Engine
Documentation
[package]

name = "oxygengine-input-device-web"

version = "0.9.0"

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

edition = "2018"

description = "Web input devices module for Oxygen Engine"

license-file = "../LICENSE"

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

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

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

readme = "../README.md"



[features]

default = ["web"]

web = ["oxygengine-core/web", "oxygengine-input/web"]

scalar64 = ["oxygengine-core/scalar64", "oxygengine-input/scalar64"]



[dependencies]

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

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

wasm-bindgen = "0.2"



[dependencies.web-sys]

version = "0.3"

features = [

  'Document',

  'Element',

  'Window',

  'MouseEvent',

  'KeyboardEvent',

  'EventTarget',

]