From fc1b23470e6900fd3e2bc3c5268132f63624ed35 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Thu, 26 Mar 2026 15:19:37 -0400 Subject: [PATCH] feat: add required platform specification in package configuration --- .package | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.package b/.package index f82d244..07ba37e 100644 --- a/.package +++ b/.package @@ -1,4 +1,7 @@ { + required = { + 'platform', + }, 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.", repository = "gitea://git.spatulaa.com/MayaTheShy/remoteturtle/master/",