-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize files a bit; Add READMEs to all crate
- Loading branch information
1 parent
fce10a5
commit 807efe8
Showing
9 changed files
with
23 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# bepinex_helpers | ||
Different structs and function meant to be used by other tools in a repo |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# BepInEx Installer | ||
|
||
## Features | ||
| Name | Description | Status | | ||
| ------------------------ | ----------------------- | :----: | | ||
| Stable Releases | Install stable releases | ✔ | | ||
| BE Releases | Install BE releases | ❌ | | ||
| Better UI | Make UI look pretty | 👷♀️ | | ||
| Support other game types | Support for .NET games | ❌ | |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# bepinex_sources | ||
Crate for working with different BepInEx sources such as [Bleeding edge builds](https://builds.bepinex.dev/projects/bepinex_be) and [Stable builds](https://github.com/BepInEx/BepInEx/releases) | ||
|
||
## Features | ||
| Source | Access all releases | Download specific release | Filter out releases | SourceRelease type into general type | | ||
| ------------------ | :-----------------: | ------------------------- | ------------------- | ------------------------------------ | | ||
| github.com | ✔ | ✔ | ✔ | ✔ | | ||
| builds.bepinex.dev | ❌ | ❌ | ❌ | ❌ | |
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pub mod bepinex; | ||
pub mod github; | ||
pub mod models; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
pub mod bepinex; | ||