mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Remove dependency on glew and glfw, move external files to external directory
This commit is contained in:
@@ -5,20 +5,13 @@ version = "1.1.0"
|
||||
platforms = ["posix"]
|
||||
|
||||
[config]
|
||||
include_dirs = ["include"]
|
||||
include_dirs = ["external"]
|
||||
|
||||
[dependencies]
|
||||
glew = ">=2"
|
||||
libavcodec = ">=58"
|
||||
libavformat = ">=58"
|
||||
libavutil = ">=56.2"
|
||||
x11 = ">=1"
|
||||
xcomposite = ">=0.2"
|
||||
#xdamage = "1"
|
||||
|
||||
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
|
||||
glfw3 = "3"
|
||||
|
||||
libpulse = ">=13"
|
||||
|
||||
libswresample = ">=3"
|
||||
|
||||
Reference in New Issue
Block a user