gstpreview01
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -6,11 +6,12 @@ members = [
|
||||
"poc002",
|
||||
"poc003",
|
||||
"poc004",
|
||||
"poc005",
|
||||
]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
repository = "https://git.sasedev.com/Sasedev/poc-qt"
|
||||
@@ -21,9 +22,18 @@ cxx = { version = "^1", features = ["c++14", "c++17", "c++20"] }
|
||||
cxx-qt = { version = "^0.8", features = [] }
|
||||
cxx-qt-build = { version = "^0.8", features = ["link_qt_object_files"] }
|
||||
cxx-qt-lib = { version = "^0.8", features = ["full", "link_qt_object_files"] }
|
||||
glib = { version = "^0.22", features = [] }
|
||||
gstreamer = { version = "^0.25", features = ["serde"] }
|
||||
gstreamer-app = { version = "^0.25", features = [] }
|
||||
gstreamer-video = { version = "^0.25", features = ["serde"] }
|
||||
jsonschema = { version = "^0.40", features = [] }
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = { version = "^1.0", features = [] }
|
||||
tokio = { version = "^1.50", features = ["full"] }
|
||||
tokio-tungstenite = { version = "^0.29", features = ["rustls", "tokio-rustls", "url"] }
|
||||
tracing = { version = "^0.1", features = ["async-await", "log"] }
|
||||
tracing-subscriber = { version = "^0.3", features = ["ansi", "env-filter", "chrono", "serde", "json"] }
|
||||
webrtc = { version = "^0.17", features = [] }
|
||||
|
||||
[profile.dev]
|
||||
incremental = true # Compile your binary in smaller steps.
|
||||
|
||||
Reference in New Issue
Block a user