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

This commit is contained in:
Jorijn van der Graaf 2026-03-02 21:03:36 +01:00
commit 3968e0d80c
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
module;
#include <glslang/Public/ShaderLang.h>
#include "glslang/glslang/Public/ShaderLang.h"
export module Crafter.Build:Shader;
import std;
namespace fs = std::filesystem;