-
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.
- Loading branch information
Showing
6 changed files
with
27 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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"unitypkg-core", | ||
"unitypkg-cli" | ||
] | ||
members = ["unitypkg-core", "unitypkg-cli"] | ||
|
||
[workspace.package] | ||
authors = ["Luna Simons <luna@bddvlpr.com>"] | ||
edition = "2021" | ||
description = "Manipulate Unity's portable package files" | ||
repository = "https://github.com/bddvlpr/unitypkg" | ||
license = "MIT" | ||
keywords = ["gamedev", "unity", "unitypkg"] |
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,3 +1,12 @@ | ||
# Unitypkg | ||
# unitypkg | ||
|
||
I'll write this later... probably | ||
Manipulate Unity's portable package files. | ||
|
||
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bddvlpr/unitypkg/rust-ci.yml) | ||
|
||
## About | ||
|
||
This project is split up into two parts, please read their respective READMEs for information. | ||
|
||
- [unitypkg-core](./unitypkg-core): to read, modify and write unitypackages. | ||
- [unitypkg-cli](./unitypkg-cli): a CLI to unpack unitypackages to a directory. |
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,5 @@ | ||
# unitypkg-cli | ||
|
||
The CLI for [unitypkg](https://github.com/bddvlpr/unitypkg). Work in progress. | ||
|
||
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bddvlpr/unitypkg/rust-ci.yml) |
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,7 @@ | ||
# unitypkg-core | ||
|
||
The library for [unitypkg](https://github.com/bddvlpr/unitypkg). Work in progress. | ||
|
||
![Crates.io Version](https://img.shields.io/crates/v/unitypkg-core) | ||
![Crates.io License](https://img.shields.io/crates/l/unitypkg-core) | ||
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bddvlpr/unitypkg/rust-ci.yml) |