Skip to content

Commit

Permalink
Slight README edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Apr 17, 2024
1 parent 5b0c955 commit 322778d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ I created a [Discord server](https://discord.gg/2CqRZsvKja) where I regularly po

### Contributing
If you want to contribute to this project, please read [this page](https://github.com/vE5li/korangar/wiki/Contributing).

### Project structure

#### Note: All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.
2 changes: 0 additions & 2 deletions korangar_debug/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Korangar Debug

A crate that exposes some types and functions for debugging and profiling Korangar.

All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.
2 changes: 0 additions & 2 deletions korangar_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Ragnarok Interface

A crate that exposes a UI that can be used to display Ragnarok Online windows.

All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.
2 changes: 0 additions & 2 deletions ragnarok_bytes/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Ragnarok Bytes

A crate that exposes traits an types to serialize and deserialize Ragnarok Online file formats and network packets.

All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.
2 changes: 0 additions & 2 deletions ragnarok_networking/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Ragnarok Networking

A crate that exposes types for Ragnarok Online server-client communication.

All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.
6 changes: 1 addition & 5 deletions ragnarok_procedural/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

A proc macro crate to derive Ragnarok Online traits.

All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.

## Note

This crate is not supposed to be included directly. Use it by activating the `derive` feature of `ragnarok_bytes` or `ragnarok_networking`.
#### Note: This crate is not supposed to be included directly. Use it by activating the `derive` feature of `ragnarok_bytes` or `ragnarok_networking`.

0 comments on commit 322778d

Please sign in to comment.