Starting Project

This commit is contained in:
2026-07-14 15:30:23 -05:00
parent d45aea4b70
commit 0ca3c9911a
17 changed files with 308 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"app-id": "org.reom.Demo",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "r_eom_demo",
"modules": [
{
"name": "r_eom",
"buildsystem": "simple",
"build-commands": [
"cargo build --release"
],
"sources": [
{
"type": "dir",
"path": ".."
}
]
}
]
}