From ce088664d911ddbc6d8425900222685ddb7a1c5d Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 17 Jan 2026 18:01:35 +0100 Subject: [PATCH] license under GPL-3.0-or-later --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5faf1c3..edcefc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "rustty" version = "0.1.0" edition = "2024" +license = " GPL-3.0-or-later" [dependencies] minifb = "0.28.0"