Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: blank readme on crates
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 24, 2024
1 parent 851a126 commit d554f3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

## Unreleased

## 0.1.1

- Fixed blank README on crates.io

## 0.1.0

- Initial release. Crate was renamed to `bevy_rtc` from `bevy-rtc` and republished.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.1.0"
version = "0.1.1"
license = "MIT OR Apache-2.0"
description = "A client-server library designed over WebRTC for Bevy"
repository = "https://github.com/loopystudios/bevy_rtc"
Expand All @@ -16,6 +16,7 @@ categories = [
"wasm",
"web-programming",
]
readme = "README.md"

[workspace.dependencies]
bevy = { version = "0.13", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions bevy_rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[package.metadata.docs.rs]
all-features = true # document all features
Expand Down
1 change: 1 addition & 0 deletions bevy_rtc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[lib]
proc-macro = true
Expand Down

0 comments on commit d554f3b

Please sign in to comment.