Поправлены цвета

This commit is contained in:
2026-02-25 22:31:50 +03:00
parent 5c9ec3167a
commit 31ba2c57cb
10 changed files with 26 additions and 25 deletions

View File

@@ -7,5 +7,5 @@ pub const ToolContext = struct {
};
pub const Tool = struct {
onCanvasClick: *const fn (*const ToolContext) void,
onCanvasClick: *const fn (*const ToolContext) anyerror!void,
};