feat(kg-3)

This commit is contained in:
2025-10-23 17:26:47 +03:00
parent 886f7f4268
commit 4a27006658
2 changed files with 428 additions and 8 deletions

View File

@ -1,5 +1,5 @@
DIRS=dist build $(PLUGIN_DIR)
CXX=clang++ -std=c++23
CXX=clang++ -std=c++23 -O3
NAME=seam_carving
PLUGIN_DIR=$(HOME)/.config/GIMP/3.0/plug-ins/$(NAME)