diff --git a/CMakeLists.txt b/CMakeLists.txt index f3483f8..69ccbfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) -set(BLT_GRAPHICS_VERSION 0.13.33) +set(BLT_GRAPHICS_VERSION 0.13.34) set(BLT_GRAPHICS_TEST_VERSION 0.0.1) project(BLT_WITH_GRAPHICS VERSION ${BLT_GRAPHICS_VERSION}) diff --git a/include/blt/gfx/renderer/resource_manager.h b/include/blt/gfx/renderer/resource_manager.h index 5f17591..bcb2887 100644 --- a/include/blt/gfx/renderer/resource_manager.h +++ b/include/blt/gfx/renderer/resource_manager.h @@ -28,7 +28,7 @@ #include #include #include "blt/compatibility.h" -#include "blt/std/ranges.h" +#include "blt/iterator/enumerate.h" namespace blt::gfx { diff --git a/libraries/BLT b/libraries/BLT index 5375231..3003e42 160000 --- a/libraries/BLT +++ b/libraries/BLT @@ -1 +1 @@ -Subproject commit 5375231ce5e06ea69c71f73e0582383331f714e7 +Subproject commit 3003e424e17a5c639a8b89d5c721c94c47f3402a diff --git a/libraries/imgui b/libraries/imgui index 4d00bf8..231cbee 160000 --- a/libraries/imgui +++ b/libraries/imgui @@ -1 +1 @@ -Subproject commit 4d00bf8add44155a4f6b489538bd77d6214a4432 +Subproject commit 231cbee0fc4f59dbe5b8b853a11b08dc84e57c65 diff --git a/libraries/openal-soft b/libraries/openal-soft index 7ac9a5c..111397c 160000 --- a/libraries/openal-soft +++ b/libraries/openal-soft @@ -1 +1 @@ -Subproject commit 7ac9a5c2b1264fbba2fff2b67a83d820d5449df7 +Subproject commit 111397c71a5f1c2c88e05da9c84edfdba2e472a4