Update dependencies

This commit is contained in:
Georg Hagen
2025-06-23 01:11:22 +02:00
parent 734e898990
commit cab7c15607
23 changed files with 31 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
#pragma once
#include <magic_enum.hpp>
#include <magic_enum/magic_enum.hpp>
#include <string>
namespace OpenVulkano
@@ -108,4 +108,4 @@ namespace OpenVulkano
private:
OS os;
};
}
}