Fuck Rust, this is getting way too complicated.

Fixed error handling in ``start``. Fixed more stuff in ``render``
This commit is contained in:
Wanjohi
2023-12-25 15:29:40 -08:00
parent 0b2c0a8272
commit 7a058b1f28
13 changed files with 2381 additions and 682 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[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" }