vshot/Cargo.toml

12 lines
280 B
TOML
Raw Normal View History

2023-12-02 14:01:18 +01:00
[package]
name = "vshot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-02 15:21:29 +01:00
anyhow = "1.0.75"
gstreamer = "0.21.2"
2023-12-02 14:01:18 +01:00
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_8"] }