retrovnc/crates/retro_frontend/Cargo.toml

18 lines
309 B
TOML
Raw Normal View History

2024-08-02 03:20:29 -04:00
[package]
name = "retro_frontend"
version = "0.1.0"
edition = "2021"
# Could be useful, and does build seperately, so...
# publish = false
[dependencies]
libc = "0.2.155"
libloading = "0.8.3"
libretro-sys = "0.1.1"
rgb565 = "0.1.3"
thiserror = "1.0.61"
tracing = "0.1.40"
[build-dependencies]
cc = "1.0.99"