mirror of
https://github.com/henryksloan/kind-nes.git
synced 2025-04-02 10:31:47 -04:00
22 lines
396 B
TOML
22 lines
396 B
TOML
[package]
|
|
name = "gtk-ui"
|
|
version = "0.1.0"
|
|
authors = ["Henry Sloan <henryksloan@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nes = { path = "../nes" }
|
|
sdl-frontend = { path = "../sdl-frontend" }
|
|
glib = "0.10.3"
|
|
gdk = "0.13.2"
|
|
gtk-sys = "0.10.0"
|
|
sdl2 = "0.34.3"
|
|
sdl2-sys = "0.34.3"
|
|
|
|
[dependencies.gtk]
|
|
version = "0.9.0"
|
|
features = ["v3_16"]
|
|
|
|
[dependencies.gio]
|
|
version = ""
|
|
features = ["v2_44"]
|