From 89ac620fcd511bc85302e2f3bfaf5aaee832c1a0 Mon Sep 17 00:00:00 2001 From: Dolphin von Chips Date: Tue, 15 Jul 2025 10:32:55 +0300 Subject: [PATCH 1/2] Add stb to CREDITS --- CREDITS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CREDITS b/CREDITS index 74e5c766..d584e62d 100644 --- a/CREDITS +++ b/CREDITS @@ -51,3 +51,6 @@ Code from the following projects is included in this repository: src/Editor/Aubio.h and src/Editor/FindOnsets.cpp https://github.com/aubio/aubio + 8. Code from the stb library, which is in public domain, is present in + src/Core/ImageLoader.cpp + https://github.com/nothings/stb From bf29747806e010363e2aa25147d05ca31f201dd2 Mon Sep 17 00:00:00 2001 From: sukibaby <163092272+sukibaby@users.noreply.github.com> Date: Tue, 15 Jul 2025 01:11:16 -0700 Subject: [PATCH 2/2] whitespace --- CREDITS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index d584e62d..26dc7652 100644 --- a/CREDITS +++ b/CREDITS @@ -53,4 +53,4 @@ Code from the following projects is included in this repository: 8. Code from the stb library, which is in public domain, is present in src/Core/ImageLoader.cpp - https://github.com/nothings/stb + https://github.com/nothings/stb