[package] name = "kifu-gtk" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cairo-rs = { version = "0.17" } glib = { version = "0.17" } gtk = { version = "0.6", package = "gtk4" } kifu-core = { path = "../kifu-core" } tokio = { version = "1.26", features = [ "full" ] } screenplay = { path = "../../screenplay" }