diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-28 20:20:38 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-28 20:20:38 +0200 |
commit | 9f25b2e8e5319e57f3efa7d60f4b8d6ed310ac7b (patch) | |
tree | ca592e54cd8ed7486089d81b181669e79fc48c82 | |
parent | 1a82c72154c1d1db930a61b5486d375195692036 (diff) |
Remove dependency on alsa in project.conf
-rw-r--r-- | project.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 2af0de9..8bc34e0 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "0.1.0" +version = "1.0.0" platforms = ["posix"] [config] @@ -23,7 +23,7 @@ xdamage = "1" # TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent glfw3 = "3" -alsa = "1" +#alsa = "1" libpulse-simple = "13" libswresample = "3" |