From 3aa8d73ea05ddbf88fbe49ac840d8f05cd7b7a37 Mon Sep 17 00:00:00 2001 From: Mollusk Date: Wed, 20 May 2026 16:07:48 -0400 Subject: [PATCH] Cargo.toml: drop ffmpeg from package description ffmpeg was removed from the Wayland path on 2026-05-16 (commit 7b8b6bc). The description was stale. Co-Authored-By: Claude Opus 4.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 653df24..b3a3e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pixelpass" version = "0.1.0" edition = "2024" -description = "P2P screen sharing CLI over iroh + ffmpeg" +description = "P2P screen sharing CLI over iroh" license = "MIT OR Apache-2.0" publish = false