ggpo-sys is a Rust library that provides raw, unsafe bindings to GGPO, a library for rollback networking.
ggpo-sys depends on the following tools at build time:
To use ggpo-sys, simply add it to your Cargo.toml
:
toml
[dependencies]
ggpo-sys = "^0.1.0"
For more details, refer to the source comments in ggponet.h.
ggpo-sys is licensed under either of
at your option.
Additionally, ggpo-sys bundles a copy of the GGPO source code, which is licensed separately under the MIT license (libggpo/LICENSE or http://opensource.org/licenses/MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.