@@ -3693,7 +3693,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniquad"
version = "0.4.8"
-source = "git+https://github.com/not-fl3/miniquad#258a75792f5f24f7918b4743e28ac6e5f769d6c5"
+source = "git+https://github.com/narodnik/miniquad#f9bf3a41e40f8b15032c159e24dec8e40c7adfa5"
dependencies = [
"libc",
"ndk-sys",
@@ -9,7 +9,8 @@ homepage = "https://dark.fi"
repository = "https://codeberg.org/darkrenaissance/darkfi"
[dependencies]
-miniquad = { git = "https://github.com/not-fl3/miniquad" }
+#miniquad = { git = "https://github.com/not-fl3/miniquad" }
+miniquad = { git = "https://github.com/narodnik/miniquad" }
# Currently latest version links to freetype-sys 0.19 but we use 0.21
#harfbuzz-sys = "0.6.1"
@@ -20,8 +20,6 @@ use miniquad::native::android::{self, ndk_sys, ndk_utils};
use parking_lot::Mutex as SyncMutex;
use std::sync::LazyLock;
-use crate::gfx::Rectangle;
-
type Insets = [f32; 4];
type InsetsSender = async_channel::Sender<Insets>;