core/desktopentry: add limited desktop entry api

This commit is contained in:
outfoxxed 2024-06-16 01:58:24 -07:00
parent ce5ddbf8ba
commit f655875547
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 520 additions and 0 deletions

View file

@ -20,5 +20,6 @@ headers = [
"boundcomponent.hpp",
"model.hpp",
"elapsedtimer.hpp",
"desktopentry.hpp",
]
-----