Skip to content

Commit

Permalink
docs: i hate doing this part
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Jun 28, 2024
1 parent 1b77603 commit c0c5696
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
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"]
13 changes: 11 additions & 2 deletions README.md
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.
1 change: 1 addition & 0 deletions unitypkg-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
authors.workspace = true
edition.workspace = true
description.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true

Expand Down
5 changes: 5 additions & 0 deletions unitypkg-cli/README.md
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)
1 change: 1 addition & 0 deletions unitypkg-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
authors.workspace = true
edition.workspace = true
description.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true

Expand Down
7 changes: 7 additions & 0 deletions unitypkg-core/README.md
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)

0 comments on commit c0c5696

Please sign in to comment.