aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorDEC05EBA <dec05eba@protonmail.com>2020-01-08 13:34:55 +0100
committerDEC05EBA <dec05eba@protonmail.com>2020-01-08 13:34:55 +0100
commitd8410667680d9afe8cf2fded57881b61d5cfa3ce (patch)
treeee8fddafb7cd70cd8c7ef972d5ced749ba86afea /project.conf
first
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..17c6337
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,21 @@
+[package]
+name = "hardware-screen-recorder"
+type = "executable"
+version = "0.1.0"
+platforms = ["posix"]
+
+[dependencies]
+cuda-10.1 = ">=10"
+ffnvcodec = ">=9"
+glew = ">=2"
+glx = ">=1"
+libavcodec = ">=58"
+libavformat = ">=58"
+libavutil = ">=56.2"
+OpenCL = ">=2"
+x11 = ">=1"
+xcomposite = ">=0.2"
+xdamage = "1"
+
+# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
+glfw3 = "3" \ No newline at end of file