Skip to content

Commit

Permalink
Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
mintlu8 committed Jan 26, 2024
1 parent 8e24762 commit f00805b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions defer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "bevy_defer"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

authors = ["Mincong Lu <mintlux667@gmail.com>"]
license = "MIT OR Apache-2.0"

readme = "README.md"
repository = "https://github.com/mintlu8/bevy-aoui"
repository = "https://github.com/mintlu8/bevy-aoui/tree/main/defer"
description = """
A simple asynchronous runtime for executing deferred queries.
"""
Expand Down
2 changes: 1 addition & 1 deletion defer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bevy Defer

[![Crates.io](https://img.shields.io/crates/v/bevy_defer.svg)](https://crates.io/crates/bevy_defer)
[![Docs](https://docs.rs/bevy_defer/badge.svg)](https://docs.rs/bevy_aoui/latest/bevy_defer/)
[![Docs](https://docs.rs/bevy_defer/badge.svg)](https://docs.rs/bevy_defer/latest/bevy_defer/)
[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/book/plugin-development/)

A simple asynchronous runtime for executing deferred queries.
Expand Down
2 changes: 1 addition & 1 deletion matui/examples/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub fn init(mut commands: AouiCommands) {
layout: BoundsLayout::PADDING,
extra: DisplayIf(EventFlags::Hover|EventFlags::LeftPressed),
child: text! {
text: "Just please, click me, my friend!",
text: "Click me, my friend!",
color: color!(darkblue),
}
}
Expand Down

0 comments on commit f00805b

Please sign in to comment.