feat: add required platform specification in package configuration

This commit is contained in:
MayaTheShy
2026-03-26 15:19:37 -04:00
parent cb44dd8d0f
commit fc1b23470e

View File

@@ -1,4 +1,7 @@
{ {
required = {
'platform',
},
title = "RemoteTurtle", title = "RemoteTurtle",
description = "Web-based remote control for CC:Tweaked turtles with 3D visualization, D* Lite pathfinding, and state-machine AI. Includes turtle controller, GPS host, web bridge, and pocket computer programs.", description = "Web-based remote control for CC:Tweaked turtles with 3D visualization, D* Lite pathfinding, and state-machine AI. Includes turtle controller, GPS host, web bridge, and pocket computer programs.",
repository = "gitea://git.spatulaa.com/MayaTheShy/remoteturtle/master/", repository = "gitea://git.spatulaa.com/MayaTheShy/remoteturtle/master/",