mirror of
https://github.com/FranLMSP/snes.git
synced 2026-08-03 08:30:01 -04:00
20 lines
361 B
TOML
20 lines
361 B
TOML
[package]
|
|
name = "snes-frontend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
snes-core = { path = "../snes-core" }
|
|
|
|
# Frontend stuff
|
|
eframe = "0.25.0"
|
|
env_logger = "0.10.1"
|
|
rfd = "0.12.1"
|
|
regex = "1.10.2"
|
|
wgpu = "0.18.0"
|
|
|
|
[features]
|
|
wgpu = ["eframe/wgpu"]
|