Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-09 | Separate the binary and library | Daniel Schadt | |
This uses the workspace feature of cargo, with the benefit that 1) We can more cleanly group the binary (user facing) code from the library 2) We can have dependencies that apply to the binary only The first point could've been achieved without workspaces (Cargo supports both binaries and libraries in a crate), but the second point is what really makes this approach a lot better. | |||
2021-11-09 | more documentation | Daniel Schadt | |
2021-11-07 | make downloads work with more archives | Daniel Schadt | |
Some mods do not come bundled in a separate directory, so we also support archives that do not contain an inner directory now (e.g. the "charcoal" mod). | |||
2021-11-06 | support installing modpacks | Daniel Schadt | |
2021-11-06 | Initial commit | Daniel Schadt | |
This is the inital commit of a somewhat working version. |