2023-03-21 13:44:52 +00:00
|
|
|
[package]
|
|
|
|
name = "screenplay"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0-only"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-11-14 15:05:56 +00:00
|
|
|
glib = { version = "0.18" }
|
|
|
|
gtk = { version = "0.7", package = "gtk4" }
|