From 576367b070b91d856ee5ceb6730f07c90181459a Mon Sep 17 00:00:00 2001 From: darkstack <1835601+darkstack@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:59:34 +0200 Subject: [PATCH] Bundled Test --- Cargo.lock | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9ca620f..d218d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,6 +107,15 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +[[package]] +name = "cmake" +version = "0.1.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" +dependencies = [ + "cc", +] + [[package]] name = "cynic" version = "3.10.0" @@ -1065,6 +1074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "951deab27af08ed9c6068b7b0d05a93c91f0a8eb16b6b816a5e73452a43521d3" dependencies = [ "cfg-if", + "cmake", "libc", "version-compare", ] diff --git a/Cargo.toml b/Cargo.toml index 14e4257..2a6c77c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ cynic-codegen = { version = "3" } [dependencies.sdl2] version = "0.37" default-features = false -features = ["ttf","image","gfx","mixer"] +features = ["ttf","image","gfx","bundled"] [target.aarch64-unknown-linux-gnu] linker = "/usr/bin/aarch64-linux-gnu-gcc"