diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/project.conf b/project.conf index bb5f463..dc004f2 100644 --- a/project.conf +++ b/project.conf @@ -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" |