1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00
wezterm/wezterm-font
Jeremy Fitzhardinge bf962c8b1a Use right char type for ffi binding
On aarch64, `char` is unsigned (unlike x86-64 where it's signed), so use
`c_char` for the pointer so that it always matches the architecture.
2020-11-11 20:31:18 -08:00
..
src Use right char type for ffi binding 2020-11-11 20:31:18 -08:00
Cargo.toml wezterm-font: remove font-kit dep 2020-10-24 22:01:00 -07:00