Enable gpu when debugging (#8)

* add: enable GPU for debugging and update installation instructions

* update: modify Makefile to use variable for binary path in install target

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
This commit is contained in:
elm
2025-08-30 18:12:00 +09:00
committed by GitHub
parent 38b2f09365
commit 0bb9b58fae
5 changed files with 25 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
### Features
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
- Enables GPU when debugging.
### Bug Fixes