nstd_input 0.1.0

NSTD device input crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "nstd_input"

version = "0.1.0"

description = "NSTD device input crate."

license = "MIT"

repository = "https://github.com/NyantasticUwU/nstd"

edition = "2021"



[lib]

crate-type = ["cdylib", "rlib", "staticlib"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

num-derive = "0.3.3"

num-traits = "0.2.14"

winit = "0.25.0"