Skip to content

Commit

Permalink
Updating some low hanging fruit (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honeybunch authored Aug 28, 2024
1 parent a497360 commit 4a8caf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ find_package(mysofa CONFIG REQUIRED)
find_package(pffft CONFIG REQUIRED)
find_package(flatbuffers CONFIG REQUIRED)
find_package(steam-audio CONFIG REQUIRED)
find_package(VulkanHeaders CONFIG REQUIRED)
find_package(VulkanMemoryAllocator CONFIG REQUIRED)

find_path(CGLTF_INCLUDE_DIRS "cgltf.h")

Expand Down Expand Up @@ -165,6 +167,8 @@ list(APPEND library_list "meshoptimizer::meshoptimizer")
list(APPEND library_list "unofficial::joltphysics::Jolt")
list(APPEND library_list "enkiTS::enkiTS")
list(APPEND library_list "steam-audio::phonon")
list(APPEND library_list "Vulkan::Headers")
list(APPEND library_list "GPUOpen::VulkanMemoryAllocator")

set(engine_shader_include_dir "${CMAKE_CURRENT_LIST_DIR}/include")

Expand Down
10 changes: 5 additions & 5 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"overrides": [
{
"name": "cgltf",
"version": "1.13"
"version": "1.14"
},
{
"name": "enkits",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
{
"name": "mimalloc",
"version": "2.1.2"
"version": "2.1.7"
},
{
"name": "sdl3",
Expand All @@ -86,15 +86,15 @@
},
{
"name": "tracy",
"version": "0.10.0"
"version": "0.11.0"
},
{
"name": "volk",
"version": "1.3.275.0"
"version": "1.3.290.0"
},
{
"name": "vulkan-memory-allocator",
"version": "3.0.1"
"version": "3.1.0"
}
]
}

0 comments on commit 4a8caf0

Please sign in to comment.