15 lines
550 B
TOML
15 lines
550 B
TOML
[package]
|
|
name = "snespatcher"
|
|
version = "0.1.0"
|
|
authors = ["Wyatt J. Miller <wjmiller2016@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4.git" }
|
|
glib = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "glib" }
|
|
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }
|
|
gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4" }
|
|
futures = "0.3"
|
|
byteorder = "*" |