port to SDL3

closes #1
This commit is contained in:
Jakob Hördt 2025-07-06 18:02:10 +02:00
parent 95233f5fbe
commit 2c24a938c5
3 changed files with 30 additions and 37 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl3 -O2 --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp