Skip to content

Commit

Permalink
feat: bevy 0.13 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Feb 18, 2024
1 parent 28c2d0b commit fcb3d9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_args"
description = "bevy plugin to parse command line arguments and URL query parameters"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
authors = ["mosure <mitchell@mosure.me>"]
license = "MIT"
Expand Down Expand Up @@ -32,7 +32,7 @@ serde_qs = "0.12"


[dependencies.bevy]
version = "0.12"
version = "0.13"
default-features = false


Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ fn print_minimal_args(args: Res<MinimalArgs>) {
## compatible bevy versions

| `bevy_args` | `bevy` |
| :-- | :-- |
| `1.0` | `0.12` |
| :-- | :-- |
| `1.3` | `0.13` |
| `1.0` | `0.12` |

0 comments on commit fcb3d9c

Please sign in to comment.