Add initial implementation of GeelectronDemo app

- Created main.js for the application logic, including tests for Electron app properties and methods.
- Added package.json to define app metadata.
- Included necessary code signature files for macOS app distribution.
- Implemented basic window management and event handling in the app.
This commit is contained in:
2026-07-27 23:56:34 -05:00
parent 6392c2231c
commit e5d93b3613
40 changed files with 6440 additions and 123 deletions
+1
View File
@@ -17,3 +17,4 @@ log = { workspace = true }
env_logger = { workspace = true }
wry = "0.47"
tao = "0.30"
muda = "0.15"