head 1.1; access; symbols pkgsrc-2026Q3:1.1.0.2 pkgsrc-2026Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2026.09.12.17.41.30; author pin; state Exp; branches; next ; commitid W11tExaajtV9fmVG; desc @@ 1.1 log @graphics/simp: update to 3.11.0 - Update egui and a bunch of others deps - Make smooth zoom - Add option to sort images in list by different values like name, time and size - Fix some text fields being impossible to enter text into @ text @$NetBSD$ Enable the GLES/OpenGL backend cfg alias on NetBSD. --- ../vendor/wgpu-core-30.0.1/build.rs.orig 2026-09-12 14:02:00.393267003 +0000 +++ ../vendor/wgpu-core-30.0.1/build.rs @@@@ -1,6 +1,6 @@@@ fn main() { fn main() { cfg_aliases::cfg_aliases! { - windows_linux_android: { any(windows, target_os = "linux", target_os = "android", target_os = "freebsd") }, + windows_linux_android: { any(windows, target_os = "linux", target_os = "android", target_os = "freebsd", target_os = "netbsd") }, send_sync: { all( feature = "std", any( @