simplify enums and test into libcosmic

This commit is contained in:
death916 2026-03-05 02:30:23 -08:00
parent c3923a984e
commit b3b2b6f200
16 changed files with 7619 additions and 72 deletions

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.pop-os.cosmic-app-template</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>none</project_license>
<name>Rustclock</name>
<summary>deathclock in rust</summary>
<icon type="remote" width="64" height="64" scale="1">
https://github.com/death916/deathclock/raw/main/resources/icons/hicolor/scalable/apps/icon.svg
</icon>
<url type="vcs-browser">https://github.com/death916/deathclock</url>
<launchable type="desktop-id">com.github.pop-os.cosmic-app-template.desktop</launchable>
<provides>
<id>com.github.pop-os.cosmic-app-template</id>
<binaries>
<binary>rustclock</binary>
</binaries>
</provides>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<categories>
<category>COSMIC</category>
</categories>
<keywords>
<keyword>COSMIC</keyword>
</keywords>
<content_rating type="oars-1.1" />
</component>