Skip to content

Commit

Permalink
chore: Fix missing readme and bump matchbox_socket version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Sep 14, 2021
1 parent ebce5fb commit a5aa3ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "matchbox_socket"
version = "0.1.0"
version = "0.1.1"
authors = ["Johan Helsing <[email protected]>"]
description = "Painless WebRTC peer-to-peer full-mesh networking socket"
edition = "2018"
license = "MIT OR Apache-2.0"
keywords = ["gamedev", "webrtc", "peer-to-peer", "networking", "wasm"]
categories = ["network-programming", "game-development", "wasm", "web-programming"]
repository = "https://github.com/johanhelsing/matchbox"
readme = "../README.md"

[features]
ggrs-socket = ["bincode", "ggrs"]
Expand Down

0 comments on commit a5aa3ec

Please sign in to comment.