From b7f008521d14e34f9e02f050f7ad862e16e04ec1 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 30 Jun 2024 22:05:12 -0400 Subject: [PATCH] finish force rename --- {vefontcache_ => vefontcache}/LRU.odin | 0 {vefontcache_ => vefontcache}/VEFontCache.odin | 0 {vefontcache_ => vefontcache}/atlas.odin | 0 {vefontcache_ => vefontcache}/draw.odin | 0 {vefontcache_ => vefontcache}/mappings.odin | 0 {vefontcache_ => vefontcache}/misc.odin | 0 {vefontcache_ => vefontcache}/parser.odin | 0 {vefontcache_ => vefontcache}/shaped_text.odin | 0 {vefontcache_ => vefontcache}/shaper.odin | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {vefontcache_ => vefontcache}/LRU.odin (100%) rename {vefontcache_ => vefontcache}/VEFontCache.odin (100%) rename {vefontcache_ => vefontcache}/atlas.odin (100%) rename {vefontcache_ => vefontcache}/draw.odin (100%) rename {vefontcache_ => vefontcache}/mappings.odin (100%) rename {vefontcache_ => vefontcache}/misc.odin (100%) rename {vefontcache_ => vefontcache}/parser.odin (100%) rename {vefontcache_ => vefontcache}/shaped_text.odin (100%) rename {vefontcache_ => vefontcache}/shaper.odin (100%) diff --git a/vefontcache_/LRU.odin b/vefontcache/LRU.odin similarity index 100% rename from vefontcache_/LRU.odin rename to vefontcache/LRU.odin diff --git a/vefontcache_/VEFontCache.odin b/vefontcache/VEFontCache.odin similarity index 100% rename from vefontcache_/VEFontCache.odin rename to vefontcache/VEFontCache.odin diff --git a/vefontcache_/atlas.odin b/vefontcache/atlas.odin similarity index 100% rename from vefontcache_/atlas.odin rename to vefontcache/atlas.odin diff --git a/vefontcache_/draw.odin b/vefontcache/draw.odin similarity index 100% rename from vefontcache_/draw.odin rename to vefontcache/draw.odin diff --git a/vefontcache_/mappings.odin b/vefontcache/mappings.odin similarity index 100% rename from vefontcache_/mappings.odin rename to vefontcache/mappings.odin diff --git a/vefontcache_/misc.odin b/vefontcache/misc.odin similarity index 100% rename from vefontcache_/misc.odin rename to vefontcache/misc.odin diff --git a/vefontcache_/parser.odin b/vefontcache/parser.odin similarity index 100% rename from vefontcache_/parser.odin rename to vefontcache/parser.odin diff --git a/vefontcache_/shaped_text.odin b/vefontcache/shaped_text.odin similarity index 100% rename from vefontcache_/shaped_text.odin rename to vefontcache/shaped_text.odin diff --git a/vefontcache_/shaper.odin b/vefontcache/shaper.odin similarity index 100% rename from vefontcache_/shaper.odin rename to vefontcache/shaper.odin