From fa79c6f64cfb02f8cbab693d55aef51b84ab4874 Mon Sep 17 00:00:00 2001 From: "Eliyaan (Nopana)" <103932369+Eliyaan@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:51:41 +0200 Subject: [PATCH] gg: allow changing gg.Rect fields (implement #25332) (#25341) --- vlib/gg/image.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/gg/image.v b/vlib/gg/image.v index ea8ef11683..1ac31339cc 100644 --- a/vlib/gg/image.v +++ b/vlib/gg/image.v @@ -27,7 +27,7 @@ pub enum ImageEffect { // Rect represents a rectangular shape in `gg`. pub struct Rect { -pub: +pub mut: x f32 y f32 width f32