cs2kz-api icon indicating copy to clipboard operation
cs2kz-api copied to clipboard

Remove dependency on DepotDownloader

Open AlphaKeks opened this issue 1 year ago • 0 comments

  1. shelling out is gross
  2. it's yet another dependency you have to install
  3. it doesn't play nice with immutable file systems (e.g. docker images built by nix)

Ideally we implement the functionality we need (downloading workshop maps) directly as a Rust library, but it isn't obvious to me how DepotDownloader works just by looking at their code...

AlphaKeks avatar Aug 07 '24 17:08 AlphaKeks