Skip to content

Commit

Permalink
wip integrating serialize as separate lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 25, 2023
1 parent 5074bfd commit 3f6cb76
Show file tree
Hide file tree
Showing 6 changed files with 2,532 additions and 1,460 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Alternatively, you can download one of the latest [releases](https://github.com/

The author of this library is Glenn Fiedler.

Other open source libraries by the same author include: [netcode](http://netcode.io) and [reliable](https://github.com/networkprotocol/reliable)
Open source libraries by the same author include: [netcode](https://github.com/mas-bandwidth/netcode), [reliable](https://github.com/mas-bandwidth/netcode) and [serialize](https://github.com/mas-bandwidth/serialize)

## Sponsors

Expand Down
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ solution "Yojimbo"
kind "ConsoleApp"
language "C++"
configurations { "Debug", "Release" }
includedirs { ".", "sodium", "tlsf", "netcode", "reliable" }
includedirs { ".", "sodium", "tlsf", "netcode", "reliable", "serialize" }
if not os.istarget "windows" then
targetdir "bin/"
end
Expand Down
Loading

0 comments on commit 3f6cb76

Please sign in to comment.