From 18392906cc7a711e1d5392449353fabd6511119c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Mar=C3=ADn?= <62134857+mariinkys@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:41:05 +0200 Subject: [PATCH] add starrydex to applications (#20) --- applications.ron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications.ron b/applications.ron index 97aaab6..08f99f5 100644 --- a/applications.ron +++ b/applications.ron @@ -31,6 +31,12 @@ Applications( description: "A simple flashcards application for the COSMIC™ desktop.", repo: "https://github.com/mariinkys/oboete", image: "https://raw.githubusercontent.com/mariinkys/oboete/main/res/screenshots/study-dark.png" + ), + ( + name: "starry-dex", + description: "Pokédex application for the COSMIC™ desktop.", + repo: "https://github.com/mariinkys/starrydex", + image: "https://raw.githubusercontent.com/mariinkys/starrydex/main/screenshots/pokemon.png" ) ] )