From 28feb2a0109f0ca8d0a161671dd9ea8fc3269da1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 26 Jul 2024 01:36:39 +0200 Subject: feature to bundle sdl2 --- pixel-client/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pixel-client') diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index b3daf9b0..b0333d21 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -15,3 +15,6 @@ anyhow = "1.0.86" clap = { version = "4.5.9", features = ["derive"] } rustls = { version = "0.23.10", features = ["ring"] } rand = "0.9.0-alpha.1" + +[features] +bundle_sdl2 = ["sdl2/bundled"] -- cgit v1.2.3-70-g09d2