aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
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"]