fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.47k stars 305 forks source link

fix failure to build on zig 0.13 #653

Closed rsekman closed 4 months ago

rsekman commented 4 months ago

zig 0.13 renames std.ChildProcess to std.process.Child this was reflected in e4abf79 (#632), but was not backported to dc8d143 (#626). consequently ly would FTBFS on zig 0.13. this commit applies the name change in all necessary places.

AnErrupTion commented 4 months ago

Fixed already by #651.