experimental

This commit is contained in:
Zacharias-Brohn
2025-12-18 18:25:28 +01:00
parent 05e94ac655
commit d47ee0d1ef
9 changed files with 5025 additions and 1982 deletions
+10
View File
@@ -42,6 +42,16 @@ ttf-parser = "0.25"
fontconfig = "0.10"
fontconfig-sys = { package = "yeslogic-fontconfig-sys", version = "6.0" }
# Color emoji support (FreeType + Cairo for color font rendering)
freetype-rs = "0.38"
cairo-rs = { version = "0.21", features = ["freetype"] }
# Emoji detection (Unicode emoji database for O(1) lookup)
emojis = "0.8"
# Unicode character width (UAX#11 East Asian Width)
unicode-width = "0.2"
# Configuration
serde = { version = "1", features = ["derive"] }
serde_json = "1"