diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-23 22:09:07 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-23 22:09:07 +0200 |
| commit | 84ad0403b30f0ec1aecd7ea0c78c8baea7baa454 (patch) | |
| tree | 0c41e27625ef73d2dcc54d17ea9c263857499bf0 /Cargo.toml | |
first sketch of hyprmenu
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..22d0e1b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "hyprmenu" +version = "0.1.0" +edition = "2021" + +[dependencies] +gtk = "0.17.1" |