1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/termwiz/codegen/Cargo.toml
Wez Furlong 27df31e0d7 termwiz: make emoji presentation very slightly more efficient
When resolving the variation, we can pre-compute the base presentation
so let's combine that with the data in the perfect hash map.
2022-07-22 19:20:17 -07:00

9 lines
116 B
TOML

[package]
name = "codegen"
version = "0.1.0"
edition = "2021"
[dependencies]
phf_codegen = "0.10"
ucd-trie = "0.1"