Skip to content

Commit

Permalink
0.1.1: Remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
doonv committed Nov 10, 2023
1 parent 596444f commit 42effc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_smooth_pixel_camera"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Doonv"]
description = "Smooth pixel-perfect camera for Bevy"
Expand All @@ -12,4 +12,10 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.12.0", default-features = false, features = [
"bevy_core_pipeline",
"bevy_sprite",
] }

[dev-dependencies]
bevy = "0.12.0"

0 comments on commit 42effc2

Please sign in to comment.