ggrs 0.10.2

GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!
Documentation
[[example]]
name = "ex_game_p2p"
path = "examples/ex_game/ex_game_p2p.rs"

[[example]]
name = "ex_game_spectator"
path = "examples/ex_game/ex_game_spectator.rs"

[[example]]
name = "ex_game_synctest"
path = "examples/ex_game/ex_game_synctest.rs"
[dependencies.bincode]
version = "1.3"

[dependencies.bitfield-rle]
version = "0.2.1"

[dependencies.bytemuck]
features = ["derive"]
version = "1.9"

[dependencies.getrandom]
optional = true
version = "0.2"

[dependencies.instant]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.macroquad]
version = "0.3.10"

[dev-dependencies.serial_test]
version = "0.5"

[dev-dependencies.structopt]
version = "0.3"

[features]
sync-send = []
wasm-bindgen = ["instant/wasm-bindgen", "getrandom/js"]

[package]
authors = ["Georg Schuppe <georg.schuppe@gmail.com>"]
categories = ["network-programming", "game-development"]
description = "GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!"
edition = "2021"
keywords = ["gamedev", "networking", "ggpo", "rollback"]
license = "MIT OR Apache-2.0"
name = "ggrs"
readme = "README.md"
repository = "https://github.com/gschup/ggrs"
version = "0.10.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"