diff options
| author | Charles Giessen <charles@lunarg.com> | 2023-08-25 10:53:04 -0600 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-09-20 08:31:22 -0600 |
| commit | 54f0d66861b0586e49c0b6b2e301d44cdfe86a30 (patch) | |
| tree | 2e7bb229cf571950df91eefe731a9f92c12117d7 /scripts | |
| parent | 1ecbed6db368efc5dab956974d660e79faf28a0f (diff) | |
| download | usermoji-54f0d66861b0586e49c0b6b2e301d44cdfe86a30.tar.xz | |
build: Use Vulkan-Loader find_package support
The Vulkan-Loader now supports find_package properly, allowing this repo to drop
the ad-hoc creation of the Vulkan::Vulkan target.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 6eed5f45..239693ff 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -32,7 +32,7 @@ "sub_dir": "Vulkan-Loader", "build_dir": "Vulkan-Loader/build", "install_dir": "Vulkan-Loader/build/install", - "commit": "v1.3.264", + "commit": "d40385b1748ae5270fcab18c5aae1a2e5a301465", "deps": [ { "var_name": "VULKAN_HEADERS_INSTALL_DIR", |
