Remove dependency on alsa in project.conf
This commit is contained in:
parent
1a82c72154
commit
9f25b2e8e5
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "gpu-screen-recorder"
|
name = "gpu-screen-recorder"
|
||||||
type = "executable"
|
type = "executable"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
platforms = ["posix"]
|
platforms = ["posix"]
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
@ -23,7 +23,7 @@ xdamage = "1"
|
|||||||
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
|
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
|
||||||
glfw3 = "3"
|
glfw3 = "3"
|
||||||
|
|
||||||
alsa = "1"
|
#alsa = "1"
|
||||||
libpulse-simple = "13"
|
libpulse-simple = "13"
|
||||||
|
|
||||||
libswresample = "3"
|
libswresample = "3"
|
||||||
|
Loading…
Reference in New Issue
Block a user