This commit is contained in:
Synthasmagoria 2026-08-30 21:56:27 +02:00
commit 117ad322d3
3 changed files with 1 additions and 2 deletions

1
cloc.sh Executable file
View file

@ -0,0 +1 @@
find src -maxdepth 1 -type f -print0 | xargs -0 cloc

View file

@ -6,7 +6,6 @@ import "core:math/ease"
import "core:math/linalg"
import "core:slice"
import "core:sort"
import "core:fmt"
ANIMATION_COLOR_ORIGIN :: rl.RED
ANIMATION_COLOR_END :: rl.BLUE

View file

@ -31,7 +31,6 @@ import rl "libraries/raylib"
import ui "libraries/snths_ui"
import "core:mem"
import "core:fmt"
import "core:math"
import "core:math/linalg"
import "core:strings"
import "core:slice"