22 lines
451 B
TOML
22 lines
451 B
TOML
[package]
|
|
name = "beonew-5"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
femtovg = "0.9.1"
|
|
winit = "0.28.6"
|
|
glutin = "0.30.10"
|
|
glutin-winit = "0.3.0"
|
|
raw-window-handle = "0.5.0"
|
|
gilrs = "0.10.7"
|
|
evdev = "0.12.1"
|
|
|
|
instant = { version = "0.1", features = ["now"] }
|
|
resource = "0.5.0"
|
|
image = { version = "0.24.0", default-features = false, features = [
|
|
"jpeg",
|
|
"png",
|
|
] }
|
|
evdev-rs = "0.6.1"
|
|
nix = { version = "0.28.0", features = ["fs"] }
|