From 42effc28da9f7deaa2927e207f542a1b6e720621 Mon Sep 17 00:00:00 2001 From: Doonv <58695417+doonv@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:01:45 +0200 Subject: [PATCH] 0.1.1: Remove unused features --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5ccfcc..a99d964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"