mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-02 07:44:54 +03:00
19 lines
524 B
TOML
19 lines
524 B
TOML
{62d719f95e4590e8e68770a999ce2522e73c5466 true 524 Cargo.toml 0xc001f199d0}
[package]
|
|
name = "blue-recorder-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
cmd = []
|
|
gtk = ["adw", "chrono", "glib", "subprocess", "ffmpeg-sidecar"]
|
|
|
|
[dependencies]
|
|
adw = { version = "0.2.1", package = "libadwaita", features = ["gtk_v4_6"], optional = true }
|
|
anyhow = "1.0.86"
|
|
chrono = { version = "0.4.19", optional = true }
|
|
ffmpeg-sidecar = { version = "2.0.5", optional = true }
|
|
glib = { version = "0.10.3", optional = true }
|
|
open = "5.1.4"
|
|
subprocess = {version = "0.2.6", optional = true }
|
|
tempfile = "3.10.1"
|