diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-07-03 16:21:22 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-07-03 16:21:22 -0700 |
| commit | d548bdcc43a947a1fbafe3d509668ca6f0e6d195 (patch) | |
| tree | 3a4185df70b365410c329233559f11af51713cfb /Cargo.toml | |
| parent | 428f5dd96f698f897489388d4033e4a2dce19bf2 (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.toml | 4 |
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" |