From: Max Value Date: Sat, 25 Oct 2025 00:24:44 +0000 (+0100) Subject: Fixed backend issue by passing show_image backend X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=8d71addcaa76f7ebbb7f2eaa1c2cc1609b96bd30;p=rust_fft Fixed backend issue by passing show_image backend --- diff --git a/build.rs b/build.rs index 35e6a84..b653105 100644 --- a/build.rs +++ b/build.rs @@ -9,4 +9,6 @@ fn main() { .compile("perspective.a"); println!("cargo::rustc-flags=-lopencv_core -lopencv_highgui -lopencv_xfeatures2d -lopencv_calib3d -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_features2d"); + + println!("cargo:rustc-env=WGPU_BACKEND=gl") // fix show_image bug(?) }