monogame-aseprite
monogame-aseprite copied to clipboard
Extract loader to separate lib
This library seems to implement two separate pieces of functionality:
- the monogame pipeline implementation, and
- an Aseprite loader implementation.
As a separate package, the loader implementation could serve any kind of dotnet user, whether they're using the pipeline tool or not. The pipeline lib could then use this as a dependency and contain only the pipeline-related logic.