-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: resource update and refactor maa core binding (#126)
**Features:** - Introduce resource update functionality by fetch `MaaResource` repo. There are two backend of git: command `git` and library `libgit2`. **Refactors:** - Reorganize configs. - Restructure mod `run`. - Move some types into `maa-sys`. - Replace the use of transport provided by `rustls` with `native_tls`. **BREAKING CHANGES:** - Resource-related configurations have been moved to a separate section, 'resource'. **Build features:** - **`cli_installer`:** Provides `maa self update` and can be disabled when compiled by a package manager. - **`core_installer`:** Provides `maa install/update` and may be disabled when compiled as an AppImage. - **`git2`:** Provides the resource update backend `libgit2`. - **`vendored-openssl`:** Compiles and statically links OpenSSL for `git2` (all platforms) and `reqwest` (on Linux) if OpenSSL is not available in the system. This feature is not enabled by default.
- Loading branch information
Showing
36 changed files
with
4,410 additions
and
1,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.