diff options
| author | Malte Voos <git@mal.tc> | 2026-01-01 19:26:01 +0100 |
|---|---|---|
| committer | Malte Voos <git@mal.tc> | 2026-01-04 00:38:38 +0100 |
| commit | c8b942b1fbe8fdab1db0e0f56d3ed86a7486b578 (patch) | |
| tree | cf344838c96ad9bd7bd97d0216c43d6a858f4a60 /Cargo.toml | |
| parent | 80a1c8234fc5b6f56bd1f2df4e6118e57631f523 (diff) | |
| download | lleap-c8b942b1fbe8fdab1db0e0f56d3ed86a7486b578.tar.gz lleap-c8b942b1fbe8fdab1db0e0f56d3ed86a7486b578.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5f7af0f..4cf357a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -gst = { version = "0.24.3", package = "gstreamer", features = ["v1_26"] } +gst = { version = "0.24.3", package = "gstreamer", features = ["v1_26", "serde"] } gst-video = { version = "0.24.3", package = "gstreamer-video", features = ["v1_26"] } gst-play = { version = "0.24.2", package = "gstreamer-play", features = ["v1_26"] } gst-plugin-gtk4 = { version = "0.14", features = ["gtk_v4_20"] } @@ -25,6 +25,8 @@ serde_json = "1.0.145" relm4-icons = "0.10" deepl = "0.7.3" gsettings-macro = "0.2.2" +cached = { version = "0.56.0", features = ["disk_store", "async"] } +directories = "6.0.0" [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.26" |