From 2cfbbd56b4fb9d9fa87935dff044b6b74a6f5ac3 Mon Sep 17 00:00:00 2001 From: fufesou Date: Mon, 14 Sep 2026 08:53:07 +0800 Subject: [PATCH] Update cursor plugin to preserve sparse artwork when downscaling --- flutter/pubspec.lock | 4 ++-- flutter/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock index b55446bce..9e2115126 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -522,8 +522,8 @@ packages: dependency: "direct main" description: path: "." - ref: "d2844a7b150fc9f72b17870b0e3e6c3000d4d848" - resolved-ref: "d2844a7b150fc9f72b17870b0e3e6c3000d4d848" + ref: "ad940aaac3aada70958df2de761adda1a71aa2c4" + resolved-ref: "ad940aaac3aada70958df2de761adda1a71aa2c4" url: "https://github.com/fufesou/flutter_custom_cursor" source: git version: "0.0.3" diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index ffae0a7fd..cfbc3841b 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -63,7 +63,7 @@ dependencies: flutter_custom_cursor: git: url: https://github.com/fufesou/flutter_custom_cursor - ref: d2844a7b150fc9f72b17870b0e3e6c3000d4d848 + ref: ad940aaac3aada70958df2de761adda1a71aa2c4 window_size: git: url: https://github.com/21pages/flutter-desktop-embedding.git