rusty_sword_arena 2.0.0

Library/repository for the half-day Rust tutorial teaching you how to make a game client in Rust.
Documentation
[dependencies.bincode]
version = "1.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.rusty_audio]
version = "1.1.1"

[dependencies.rusty_gfx]
version = "0.4.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.zmq]
version = "0.9"

[package]
authors = ["Nathan Stocks <cleancut@github.com>"]
description = "Library/repository for the half-day Rust tutorial teaching you how to make a game client in Rust."
documentation = "https://agileperception.com/doc/rusty_sword_arena/"
edition = "2018"
homepage = "https://conferences.oreilly.com/oscon/oscon-or/public/schedule/detail/75769"
keywords = ["tutorial", "rusty", "sword", "arena", "learn"]
license = "MIT"
name = "rusty_sword_arena"
readme = "README.md"
repository = "https://github.com/CleanCut/rusty_sword_arena"
version = "2.0.0"