Files
netris-warp/Cargo.toml
Wanjohi 7a058b1f28 Fuck Rust, this is getting way too complicated.
Fixed error handling in ``start``. Fixed more stuff in ``render``
2023-12-25 15:29:40 -08:00

12 lines
357 B
TOML

[package]
name = "warp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"}
moq-sink = { path = "gst-moq-sink" }