25 lines
414 B
Plaintext
25 lines
414 B
Plaintext
[package]
|
|
name = "gpu-screen-recorder"
|
|
type = "executable"
|
|
version = "1.1.0"
|
|
platforms = ["posix"]
|
|
|
|
[config]
|
|
include_dirs = ["include"]
|
|
|
|
[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"
|