Remove dependency on alsa in project.conf

This commit is contained in:
dec05eba 2020-08-28 20:20:38 +02:00
parent 1a82c72154
commit 9f25b2e8e5

View File

@ -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"