From 573e3ea47b9c1f5924cdc706a1380ef5fa7c1485 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:24:21 +0200 Subject: [PATCH] moved the stb_image library into the libs folder --- {stb => libs/stb}/LICENCE | 0 {stb => libs/stb}/source.txt | 0 {stb => libs/stb}/stb_image.h | 0 {stb => libs/stb}/stb_image_resize.h | 0 {stb => libs/stb}/stb_image_write.h | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {stb => libs/stb}/LICENCE (100%) rename {stb => libs/stb}/source.txt (100%) rename {stb => libs/stb}/stb_image.h (100%) rename {stb => libs/stb}/stb_image_resize.h (100%) rename {stb => libs/stb}/stb_image_write.h (100%) diff --git a/stb/LICENCE b/libs/stb/LICENCE similarity index 100% rename from stb/LICENCE rename to libs/stb/LICENCE diff --git a/stb/source.txt b/libs/stb/source.txt similarity index 100% rename from stb/source.txt rename to libs/stb/source.txt diff --git a/stb/stb_image.h b/libs/stb/stb_image.h similarity index 100% rename from stb/stb_image.h rename to libs/stb/stb_image.h diff --git a/stb/stb_image_resize.h b/libs/stb/stb_image_resize.h similarity index 100% rename from stb/stb_image_resize.h rename to libs/stb/stb_image_resize.h diff --git a/stb/stb_image_write.h b/libs/stb/stb_image_write.h similarity index 100% rename from stb/stb_image_write.h rename to libs/stb/stb_image_write.h