summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-07-03 16:21:22 -0700
committerIrene Knapp <ireneista@irenes.space>2026-07-03 16:21:22 -0700
commitd548bdcc43a947a1fbafe3d509668ca6f0e6d195 (patch)
tree3a4185df70b365410c329233559f11af51713cfb /Cargo.toml
parent428f5dd96f698f897489388d4033e4a2dce19bf2 (diff)
Vulkan debug messager (yay)
doesn't deal yet with the corner case of reporting errors to do with instance creation and destruction

Force-Push: yes
Change-Id: I6094d960081d8cd3123ae6fe46f77cb133948f39
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"