Add libc dependency for unix targets

This commit adds the `libc` dependency to the `Cargo.toml` file for
Unix-based targets. This dependency is required by the `ffmpeg` command
execution within the `recorder` module, specifically for handling
process management and signaling on Unix-like systems.
This commit is contained in:
2026-04-17 16:23:04 +02:00
parent 5f7e46256c
commit d0f70e706e
6 changed files with 590 additions and 39 deletions
Generated
+1
View File
@@ -1162,6 +1162,7 @@ dependencies = [
"directories",
"doctate-common",
"eframe",
"libc",
"reqwest",
"serde",
"serde_json",