diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-12 21:36:57 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-12 21:56:58 +0000 |
| commit | c50cd9cecb4e8ddf40d376fc9be3dcb23bac5c32 (patch) | |
| tree | 481dfcd148cfae83fcdfa37040d732e8d3d6b57d /schist_gtk4_gui/Cargo.toml | |
| parent | 20b7b1924fdf2073d5e8783d2dc4b10887e7318a (diff) | |
Adds gtk4 crate
Diffstat (limited to 'schist_gtk4_gui/Cargo.toml')
| -rw-r--r-- | schist_gtk4_gui/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_gtk4_gui/Cargo.toml b/schist_gtk4_gui/Cargo.toml index ed24d9d..79fae5d 100644 --- a/schist_gtk4_gui/Cargo.toml +++ b/schist_gtk4_gui/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] +gtk = { version = "0.9.4", package = "gtk4", features = ["v4_8"] } |
