1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/wezterm-font
Wez Furlong 67d4ba9f76
fix when running on rust 1.78
std::slice::from_raw_parts will now panic if the ptr is null.
Resolve this by adding our own wrapper that translates that
case to an empty slice.
2024-05-04 15:53:28 -07:00
..
src fix when running on rust 1.78 2024-05-04 15:53:28 -07:00
Cargo.toml deps: update env-logger 2024-01-20 16:01:10 -07:00