changeset 1422:6f0c1b347403

did: short cleanup
author sam <sam@basx.dev>
date Thu, 09 Jan 2025 01:03:06 +0700
parents ec7ace2e40d5
children 3b8a736c45a7
files semicongine/text.nim
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/semicongine/text.nim	Thu Jan 09 01:01:31 2025 +0700
+++ b/semicongine/text.nim	Thu Jan 09 01:03:06 2025 +0700
@@ -1,20 +1,15 @@
 import std/algorithm
-import std/logging
 import std/os
 import std/sequtils
-import std/streams
 import std/strformat
 import std/strutils
 import std/tables
 import std/unicode
 
 import ./core
-import ./resources
 import ./rendering
 import ./image
-import ./contrib/algorithms/texture_packing
 import ./rendering/renderer
-import ./text/font
 
 proc initTextBuffer*[MaxGlyphs: static int](
     font: Font[MaxGlyphs],