-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix missing readme and bump matchbox_socket version
- Loading branch information
1 parent
ebce5fb
commit a5aa3ec
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|