From 9e24c855b67c974e2c876b23f96224aa26e6acf2 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 22 Mar 2025 17:28:34 +0100 Subject: [PATCH] Add corrosion --- .flatpak-manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 694cede55..dbda50206 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -97,6 +97,16 @@ "-DBUILD_TESTING=OFF" ] }, + { + "name": "corrosion", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://github.com/corrosion-rs/corrosion" + } + ] + }, { "name": "integral", "buildsystem": "cmake-ninja",