diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:44:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:44:15 +0200 |
commit | d84054ecbbd15e92736e5e5f55e36f72f410d3a5 (patch) | |
tree | 25f3aae9ca5c4e16eb0bfe163044c1080f9bed96 /gsr-ui-daemon/project.conf | |
parent | 939bf23921cce4b934ecc2a98fa871c7538d0276 (diff) |
gsr-overlay > gsr-ui
Diffstat (limited to 'gsr-ui-daemon/project.conf')
-rw-r--r-- | gsr-ui-daemon/project.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gsr-ui-daemon/project.conf b/gsr-ui-daemon/project.conf new file mode 100644 index 0000000..758d50c --- /dev/null +++ b/gsr-ui-daemon/project.conf @@ -0,0 +1,11 @@ +[package] +name = "gpu-screen-recorder-overlay-daemon" +type = "executable" +version = "0.1.0" +platforms = ["posix"] + +[config] +ignore_dirs = ["build"] + +[dependencies] +x11 = ">=1" |