aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-28 20:20:38 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-28 20:20:38 +0200
commit9f25b2e8e5319e57f3efa7d60f4b8d6ed310ac7b (patch)
treeca592e54cd8ed7486089d81b181669e79fc48c82
parent1a82c72154c1d1db930a61b5486d375195692036 (diff)
Remove dependency on alsa in project.conf
-rw-r--r--project.conf4
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"