Files
Simple-Protocol-Lib/README.md
Simon Pribylski 194205be41
All checks were successful
Linux arm64 / Build (push) Successful in 16s
Update README.md
2025-03-19 18:07:52 +00:00

10 lines
255 B
Markdown

# SimpleProtocolLib
C++ Protocol engine used to (mainly) communicate with network
# Integrate with xmake
```lua
add_repositories("persson-repo https://git.ale-pri.com/Persson-dev/xmake-repo.git")
add_requires("splib", { debug = is_mode("debug") })
```