mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-10 01:50:00 +00:00
18 lines
583 B
TOML
18 lines
583 B
TOML
|
[package]
|
||
|
name = "qemu-rdw"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
log = "0.4"
|
||
|
pretty_env_logger = "0.4"
|
||
|
once_cell = "1.5"
|
||
|
zbus = { version = "2.0.0-beta" }
|
||
|
qemu-display-listener = { path = "../qemu-display-listener", features = ["glib"] }
|
||
|
keycodemap = { path = "../keycodemap" }
|
||
|
gtk = { package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs" }
|
||
|
rdw = { git = "https://gitlab.gnome.org/malureau/rdw.git" }
|