mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 12:50:51 +00:00
- Also depend on `python-yt-dlp` Termux package instead of `yt-dlp` PyPi package - Also remove application of `libmpv-rs` crate patches - now present during building due to `libmpv-rs` 3.0.1 entering crates.io, so no longer necessary
11 lines
263 B
Diff
11 lines
263 B
Diff
diff --git a/front-end/src/ui/mod.rs b/front-end/src/ui/mod.rs
|
|
index 81a56e0..45949b7 100644
|
|
--- a/front-end/src/ui/mod.rs
|
|
+++ b/front-end/src/ui/mod.rs
|
|
@@ -1,3 +1,5 @@
|
|
+#![warn(dangerous_implicit_autorefs)]
|
|
+
|
|
pub mod event;
|
|
mod utils;
|
|
use std::sync::Condvar;
|