This commit is contained in:
dec05eba
2020-03-29 09:10:24 +02:00
parent bcb79582c5
commit 7c8c97b1a8
3 changed files with 115 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ platforms = ["posix"]
[config]
include_dirs = ["/opt/cuda/targets/x86_64-linux/include"]
libs = ["/usr/lib/libcuda.so"]
[dependencies]
ffnvcodec = ">=9"
@@ -20,4 +21,6 @@ xcomposite = ">=0.2"
xdamage = "1"
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
glfw3 = "3"
glfw3 = "3"
alsa = "1"