diff --git a/CMakeLists.txt b/CMakeLists.txt index e543f7b..6db8a0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,6 +273,10 @@ install(FILES "${SLANG_LICENSE_FILE}" RENAME "SLANG_LICENSE.txt" ) +install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/SHADER_CONTRACT.md" + DESTINATION "." +) + install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/config/" DESTINATION "config" ) diff --git a/README.md b/README.md index fecc31a..33c247b 100644 --- a/README.md +++ b/README.md @@ -255,3 +255,4 @@ If neither variable is set, the workflow falls back to the repo-local defaults u - move to MSDF, typography rasterisation - better shader search UI - LUT applicator +- More comprehensive greenscreen shader