From d548bdcc43a947a1fbafe3d509668ca6f0e6d195 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 3 Jul 2026 16:21:22 -0700 Subject: 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 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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 "] 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" -- cgit 1.4.1