mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-03 08:14:55 +03:00
18 lines
428 B
TOML
18 lines
428 B
TOML
{717201b19ed85339969924912a173429ccea852c true 428 Cargo.toml 0xc001dfc7e0}
[package]
|
|
name = "blue-recorder-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
cmd = []
|
|
gtk = ["dep:adw", "dep:glib", "dep:subprocess"]
|
|
|
|
[dependencies]
|
|
adw = { version = "0.2.1", package = "libadwaita", features = ["gtk_v4_6"], optional = true }
|
|
anyhow = "1.0.86"
|
|
ffmpeg-sidecar = "1.1.0"
|
|
glib = { version = "0.10.3", optional = true }
|
|
open = "5.1.4"
|
|
subprocess = {version = "0.2.6", optional = true }
|
|
tempfile = "3.10.1"
|