From c49bcd80245ab154a25e8cc966189ab63a43c33b Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 15 Feb 2025 04:48:34 +0100 Subject: feat: and /dev/urandom (am not part of uwuspace) --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 094c779..b0e67c6 100644 --- a/build.rs +++ b/build.rs @@ -191,7 +191,7 @@ use crate::font::BakedFont; FontMetadata { name: "Galmuri", font: { Font::try_from_vec(fs::read("assets/fonts/Galmuri11.ttf")?).unwrap() }, - charset: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz29053: %,", + charset: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz29053: %,/", scale: Scale::uniform(20.0), }, FontMetadata { -- cgit v1.2.3