From 55b325a257f4d06c5999dfb2103605e8d6989850 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 12 Jan 2025 01:51:48 +0100 Subject: feat: it worky --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dd60646..5b016a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,8 @@ panic = "abort" [build-dependencies] rusttype = "0.9.3" + +[features] +default = [] +# Bundle-in SDL. Not enabled for demo submission builds. Useful for compatibility. +bundled = ["sdl2/bundled"] -- cgit v1.2.3