From 54b50513dd140083295e568e3938c2f48ad0c02c Mon Sep 17 00:00:00 2001 From: mgi388 <135186256+mgi388@users.noreply.github.com> Date: Fri, 9 May 2025 20:43:10 +1000 Subject: [PATCH] feat: bevy 0.16 --- Cargo.toml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2989582..86340d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_args" description = "bevy plugin to parse command line arguments and URL query parameters" -version = "1.7.1" +version = "1.8.0" edition = "2021" authors = ["mosure "] license = "MIT" @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [dependencies.bevy] -version = "0.15" +version = "0.16" default-features = false diff --git a/README.md b/README.md index 66120e8..359fcac 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ fn print_minimal_args(args: Res) { | `bevy_args` | `bevy` | | :-- | :-- | +| `1.8` | `0.16` | | `1.7` | `0.15` | | `1.5` | `0.14` | | `1.3` | `0.13` |