summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26435be..684023d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,10 @@ version = "0.1.0"
 authors = ["Irene Knapp <ireneista@irenes.space>"]
 edition = "2024"
 
+[features]
+# Validation is turned on by debug assertions, and also by this feature.
+vulkan-validation = [ ]
+
 [dependencies]
 libloading = "0.8.9"
 winit = "0.30.13"