feat(experimental): add rectangle shape support

This commit is contained in:
Beriff
2026-03-10 02:02:22 +07:00
parent 2bdcbfae1f
commit 61f9f1eed0
7 changed files with 112 additions and 18 deletions

View File

@@ -9,6 +9,7 @@
typedef enum VektorAppTool {
VektorLineTool,
VektorPolygonTool,
VektorRectangleTool
} VektorAppTool;
typedef struct VektorAppState {