mirror of
https://github.com/nestriness/warp.git
synced 2025-12-15 03:15:41 +02:00
Add devbox
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[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]
|
||||
url = "2"
|
||||
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] }
|
||||
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] }
|
||||
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] }
|
||||
wayland-display-core = { path = "../wayland-display-core" }
|
||||
moq-transport = { path = "../moq-transport" }
|
||||
tracing = "0.1.37"
|
||||
once_cell = "1.17.0"
|
||||
tracing-subscriber = "0.3.16"
|
||||
|
||||
[[bin]]
|
||||
name = "warp"
|
||||
path = "main.rs"
|
||||
Reference in New Issue
Block a user