graphics/shaderc: Fixed dep info
This commit is contained in:
parent
5a98dc3ca5
commit
f41aba78fd
|
@ -1,2 +1 @@
|
||||||
A collection of tools, libraries, and tests for Vulkan shader
|
A collection of tools, libraries, and tests for Vulkan shader compilation.
|
||||||
compilation.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/google/shaderc/archive/v2020.4/shaderc-2020.4.tar.g
|
||||||
MD5SUM="5c587cb6bd3b7e8745ca2e0dd46bb284"
|
MD5SUM="5c587cb6bd3b7e8745ca2e0dd46bb284"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="glslang"
|
REQUIRES=""
|
||||||
MAINTAINER="Hunter Sezen"
|
MAINTAINER="Hunter Sezen"
|
||||||
EMAIL="orbea@riseup.net"
|
EMAIL="orbea@riseup.net"
|
||||||
|
|
Loading…
Reference in New Issue