gui/Cargo.toml
Frank Villaro-Dixon d91d3b013e Build to PI
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-05-08 00:05:25 +02:00

21 lines
424 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"
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",
] }
nix = { version = "0.28.0", features = ["event", "fs"] }