Start: Recreate start as a QtWidgets-based app

Removes all Start network access and dependency on Chromium for rendering. Written
entirely in C++ (no HTML, CSS, JS, etc.).
This commit is contained in:
Chris Hennes
2024-03-06 22:47:31 -06:00
parent 1f9be3f9ed
commit ef189f8bcf
36 changed files with 2209 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "tests/lib"]
path = tests/lib
url = https://github.com/google/googletest
[submodule "src/3rdParty/GSL"]
path = src/3rdParty/GSL
url = https://github.com/microsoft/GSL