mirror of
https://github.com/FranLMSP/snes.git
synced 2026-08-05 17:40:03 -04:00
21 lines
443 B
TOML
21 lines
443 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" }
|
|
regex = "1.8.1"
|
|
winit = "0.26.1"
|
|
imgui = "0.8.2"
|
|
wgpu = "0.12.0"
|
|
imgui-wgpu = "0.19.0"
|
|
pollster = "0.2.5"
|
|
rfd = "0.10.0"
|
|
[dependencies.imgui-winit-support]
|
|
version = "0.8.2"
|
|
features = ["winit-26"]
|
|
default-features = false
|