Open Ecsodikas opened 3 years ago
This repo isn't really maintained anymore. The terminal.d file comes from my lib though
https://github.com/adamdruppe/arsd/blob/master/terminal.d
You could just replace this file and probably make this repo work again, but you're better off just using my thing directly. arsd-official:terminal
on dub.
I use DUB version 1.26.1, DMD64 version 2.097.2 and all I did was
dub init
a new project and addingconsoled
as a dependency.After running
dub build
I get the following error message:I'd fix this error myself because I think it is broken because of an earlier deprecation message, but I actually have no idea what's going on there.
So if someone could tell me how to fix this, I'd happy to do so.