renetcode 2.0.0

Server/Client network protocol library for multiplayer games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "renetcode"
version = "2.0.0"
description = "Server/Client network protocol library for multiplayer games"
keywords = ["gamedev", "networking", "cryptography"]
repository = "https://github.com/lucaspoffo/renet"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chacha20poly1305 = "0.10.0"
log = "0.4.22"