From 6dec61d81f0475560f336f17ab1243796d585317 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 16 May 2024 12:37:33 -0400 Subject: Removed dynamic linking feature --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efa9ba6..924a327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "grex_dither_post_process" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies.bevy] version = "0.13" -features = ["dynamic_linking"] -- cgit v1.2.3