From 0ac133c0c396c8b75892cb6e43a52ad973046e2d Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 16 May 2024 12:51:59 -0400 Subject: Removed dynamic linking feature --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 84d0dba..45afdde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grex_framebuffer_extract" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] @@ -9,4 +9,3 @@ pollster = "0.3.0" [dependencies.bevy] version = "0.13" -features = ["dynamic_linking"] -- cgit v1.2.3