Closed vsylva closed 7 months ago
The suggested method is not suitable. If the person's computer does not have git, then it is not possible to compile hudhook.
The existence of git
is not a big deal -- it's a reasonable dependency not to mention some parts of cargo
itself rely on it. But I still think vendoring the code is a better idea: a submodule means relying on an external data source that's outside of our control, and that disadvantage is not offset by any equal or superior advantage to us, especially considering how small and self contained minhook
is.
Maybe this way would be better?