updated to latest crafter version

This commit is contained in:
Jorijn van der Graaf 2026-01-29 20:19:20 +01:00
commit d01d482cd6
7 changed files with 234 additions and 310 deletions

View file

@ -1,6 +1,6 @@
/*
Crafter.Math
Copyright (C) 2025 Catcrafts
Copyright (C) 2026 Catcrafts
Catcrafts.net
This library is free software; you can redistribute it and/or
@ -18,13 +18,9 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
module;
#include <cstdint>
#include <stdfloat>
#include <format>
export module Crafter.Math:BasicTypes;
import std;
namespace Crafter {