From 9c4cf35ba54f86463259b95a640f057b816ef872 Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 29 Nov 2023 20:30:44 -0500 Subject: [PATCH] Rename Support to lower-case to match rest --- {Support => support}/include/FontWriter/Type/types.hpp | 0 {Support => support}/include/FontWriter/default_font.hpp | 0 {Support => support}/include/FontWriter/font_writer.hpp | 0 {Support => support}/src/.gitignore | 0 {Support => support}/src/FontWriter/Makefile | 0 {Support => support}/src/FontWriter/ressources/DefaultFont.png | 0 {Support => support}/src/FontWriter/src/default_font.cpp | 0 {Support => support}/src/FontWriter/src/font_writer.cpp | 0 {Support => support}/src/Makefile | 0 {Support => support}/src/SupportLibrary.code-workspace | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {Support => support}/include/FontWriter/Type/types.hpp (100%) rename {Support => support}/include/FontWriter/default_font.hpp (100%) rename {Support => support}/include/FontWriter/font_writer.hpp (100%) rename {Support => support}/src/.gitignore (100%) rename {Support => support}/src/FontWriter/Makefile (100%) rename {Support => support}/src/FontWriter/ressources/DefaultFont.png (100%) rename {Support => support}/src/FontWriter/src/default_font.cpp (100%) rename {Support => support}/src/FontWriter/src/font_writer.cpp (100%) rename {Support => support}/src/Makefile (100%) rename {Support => support}/src/SupportLibrary.code-workspace (100%) diff --git a/Support/include/FontWriter/Type/types.hpp b/support/include/FontWriter/Type/types.hpp similarity index 100% rename from Support/include/FontWriter/Type/types.hpp rename to support/include/FontWriter/Type/types.hpp diff --git a/Support/include/FontWriter/default_font.hpp b/support/include/FontWriter/default_font.hpp similarity index 100% rename from Support/include/FontWriter/default_font.hpp rename to support/include/FontWriter/default_font.hpp diff --git a/Support/include/FontWriter/font_writer.hpp b/support/include/FontWriter/font_writer.hpp similarity index 100% rename from Support/include/FontWriter/font_writer.hpp rename to support/include/FontWriter/font_writer.hpp diff --git a/Support/src/.gitignore b/support/src/.gitignore similarity index 100% rename from Support/src/.gitignore rename to support/src/.gitignore diff --git a/Support/src/FontWriter/Makefile b/support/src/FontWriter/Makefile similarity index 100% rename from Support/src/FontWriter/Makefile rename to support/src/FontWriter/Makefile diff --git a/Support/src/FontWriter/ressources/DefaultFont.png b/support/src/FontWriter/ressources/DefaultFont.png similarity index 100% rename from Support/src/FontWriter/ressources/DefaultFont.png rename to support/src/FontWriter/ressources/DefaultFont.png diff --git a/Support/src/FontWriter/src/default_font.cpp b/support/src/FontWriter/src/default_font.cpp similarity index 100% rename from Support/src/FontWriter/src/default_font.cpp rename to support/src/FontWriter/src/default_font.cpp diff --git a/Support/src/FontWriter/src/font_writer.cpp b/support/src/FontWriter/src/font_writer.cpp similarity index 100% rename from Support/src/FontWriter/src/font_writer.cpp rename to support/src/FontWriter/src/font_writer.cpp diff --git a/Support/src/Makefile b/support/src/Makefile similarity index 100% rename from Support/src/Makefile rename to support/src/Makefile diff --git a/Support/src/SupportLibrary.code-workspace b/support/src/SupportLibrary.code-workspace similarity index 100% rename from Support/src/SupportLibrary.code-workspace rename to support/src/SupportLibrary.code-workspace