From 1162ec2d9e2742cee3be1c06752483b13fc2d83c Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Thu, 26 Jun 2025 12:05:38 +0100 Subject: [PATCH] Flattened Rust module gtfont to root --- gtfont/Cargo.toml => Cargo.toml | 0 {gtfont/src => src}/lib.rs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename gtfont/Cargo.toml => Cargo.toml (100%) rename {gtfont/src => src}/lib.rs (100%) diff --git a/gtfont/Cargo.toml b/Cargo.toml similarity index 100% rename from gtfont/Cargo.toml rename to Cargo.toml diff --git a/gtfont/src/lib.rs b/src/lib.rs similarity index 100% rename from gtfont/src/lib.rs rename to src/lib.rs