Goodbye fenster, you were fun but I need something more stable and easier to live with.

This commit is contained in:
Zed A. Shaw 2025-01-13 13:24:53 -05:00
parent 22b3299fb6
commit b18b27e23c
2 changed files with 383 additions and 0 deletions

View file

@ -38,6 +38,13 @@ executable('timcaster', [
],
dependencies: dependencies + [sdl2, sdl2main])
executable('sfmlcaster', [
'dbc.cpp',
'matrix.cpp',
'sfmlcaster.cpp',
],
dependencies: dependencies)
executable('fenstercaster', [
'dbc.cpp',
'matrix.cpp',