Skip to content

Commit

Permalink
pump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiOnGit committed Mar 6, 2023
1 parent 62db97f commit e0f0b64
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warbler_grass"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -12,21 +12,12 @@ description = "A bevy plugin for creating 3d grass in your game"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
#default = ["serialize", "debug"]
serialize = ["dep:serde", "dep:ron"]
# debug = ["dep:bevy-inspector-egui"]

[dependencies]
bytemuck = "1.13.0"
rand = {version = "0.8.5", features = ["small_rng"]}
bevy = {version = "0.10.0"}
bitflags = "1.3.2"
# needed for serialize feature
serde = {version = "1.0.152", optional = true}
ron = {version = "0.8", optional = true}

#bevy-inspector-egui = {version = "0.17.0", optional = true}



[[example]]
Expand Down

0 comments on commit e0f0b64

Please sign in to comment.