iced-yoda/examples/sctk_subsurface_gst/Cargo.toml
2026-01-27 16:26:08 -05:00

22 lines
704 B
TOML

[package]
name = "sctk_subsurface_gst"
version = "0.1.0"
edition = "2021"
[dependencies]
sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", rev = "828b1eb" }
iced = { path = "../..", default-features = false, features = [
"wayland",
"winit",
"debug",
"a11y",
] }
iced_runtime = { path = "../../runtime" }
env_logger = "0.10"
futures-channel = "0.3.29"
calloop = "0.12.3"
gst = { package = "gstreamer", version = "0.23.0" }
gst-app = { package = "gstreamer-app", version = "0.23.0" }
gst-video = { package = "gstreamer-video", version = "0.23.0" }
gst-allocators = { package = "gstreamer-allocators", version = "0.23.0" }
drm-fourcc = "2.2.0"