Add daemon

This commit is contained in:
dec05eba
2022-03-30 19:14:30 +02:00
parent a66516e34e
commit 900553e6c0
6 changed files with 106 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "gpu-screen-recorder-overlay-daemon"
type = "executable"
version = "0.1.0"
platforms = ["posix"]
[dependencies]
x11 = ">=1"