Created inital window and cleaned up CMakeLists

This commit is contained in:
2026-07-30 17:46:19 -05:00
parent c04de1d40b
commit 8d70370862
4 changed files with 398 additions and 20 deletions

9
assets/main.rml Normal file
View File

@@ -0,0 +1,9 @@
<rml>
<head>
<title>RmlShell</title>
<link type="text/rcss" href="styles/main.rcss"/>
</head>
<body>
<p>Hello world</p>
</body>
</rml>