log: Remove vulkan target
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-17 15:40:30 +01:00
parent fc4a856048
commit 891835c4af
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 52 additions and 50 deletions

View file

@ -1,5 +1,3 @@
pub(self) const LOG_TARGET: &str = "app::vulkan";
pub(self) mod vk_render_context;
pub use vk_render_context::VkRenderContext;