update for enumerate chanages
parent
b8a3d3171b
commit
0f17dc98ea
|
@ -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})
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <optional>
|
||||
#include <string>
|
||||
#include "blt/compatibility.h"
|
||||
#include "blt/std/ranges.h"
|
||||
#include "blt/iterator/enumerate.h"
|
||||
|
||||
namespace blt::gfx
|
||||
{
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5375231ce5e06ea69c71f73e0582383331f714e7
|
||||
Subproject commit 3003e424e17a5c639a8b89d5c721c94c47f3402a
|
|
@ -1 +1 @@
|
|||
Subproject commit 4d00bf8add44155a4f6b489538bd77d6214a4432
|
||||
Subproject commit 231cbee0fc4f59dbe5b8b853a11b08dc84e57c65
|
|
@ -1 +1 @@
|
|||
Subproject commit 7ac9a5c2b1264fbba2fff2b67a83d820d5449df7
|
||||
Subproject commit 111397c71a5f1c2c88e05da9c84edfdba2e472a4
|
Loading…
Reference in New Issue