Make Rect a core type, move Color out of Utils.

This commit is contained in:
2025-06-29 14:29:52 +02:00
parent e0e8d6e9ff
commit 6b108ba56c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
namespace Voile.UI; namespace Voile;
/// <summary> /// <summary>
/// Represents a rectangle. Used to determine widget confines for UI layout. /// Represents a rectangle. Used to determine widget confines for UI layout.