From a294ec442b91e1006a28049cda9fcb82b52d0dc0 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 16 May 2024 12:36:25 -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 9145c1a..6735b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "grex_outline_post_process" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies.bevy] version = "0.13" -features = ["dynamic_linking"] -- cgit v1.2.3