diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-30 16:16:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-30 16:16:51 +0200 |
commit | 889efe51b26d505171d132097ac77a14ade5a101 (patch) | |
tree | 0a4233cdb4270a3c2ab54184f43b7344eb660a5b /project.conf | |
parent | 44b986c762815874ccfb636152ae452ecba48764 (diff) |
Initial commit, showing ui above target window
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 2805290..f767638 100644 --- a/project.conf +++ b/project.conf @@ -1,8 +1,9 @@ [package] -name = "window-overlay" +name = "gpu-screen-recorder-overlay" type = "executable" version = "0.1.0" platforms = ["posix"] [dependencies] -x11 = ">=1" +x11 = "1" +xext = "1"
\ No newline at end of file |