windows build fixes
Some checks failed
demo.yaml / windows build fixes (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-01 15:33:16 +01:00
commit f30bebf09a

View file

@ -37,6 +37,7 @@ namespace Crafter {
std::cout << "bruh3" << std::endl;
std::ifstream f(this->path);
std::cout << this->path << std::endl;
nlohmann::json data = nlohmann::json::parse(f);
std::cout << "bruh4" << std::endl;
name = data["name"].get<std::string>();