diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 5187ddb..651def6 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ [package] -name = "hardware-screen-recorder" +name = "gpu-screen-recorder" type = "executable" version = "0.1.0" platforms = ["posix"] @@ -22,4 +22,4 @@ xdamage = "1" # TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent glfw3 = "3" -alsa = "1"
\ No newline at end of file +alsa = "1" |