diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-31 20:52:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-31 20:52:43 +0200 |
commit | be05472a2ff9e08860207a5770a76a96e3c93dc5 (patch) | |
tree | 0dbd411819c461da0f322bf93812b5ead412e060 /project.conf |
Initial commit, done, just need args change
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..66666b4 --- /dev/null +++ b/project.conf @@ -0,0 +1,7 @@ +[package] +name = "gpu-screen-recorder-overlay-notification" +type = "executable" +version = "0.1.0" +platforms = ["posix"] + +[dependencies] |