early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

11
externals/vcpkg/ports/nanort/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lighttransport/nanort
REF c85fe7a10be5baf8242c81288718c244f25d0183
SHA512 0917ffdc51db9d5f936fc79d5b3d1886c5163470e650a2613200417a9e7a344b75c76c115f64160877d6a3480f7eda7884f3097927eb371267cc6d3c30afed37
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/nanort.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

7
externals/vcpkg/ports/nanort/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,7 @@
{
"name": "nanort",
"version-string": "2019-08-20",
"port-version": 2,
"description": "Single header only modern ray tracing kernel",
"homepage": "https://github.com/lighttransport/nanort"
}