Refactor
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-12 13:25:52 +01:00
parent d0c6f31a1a
commit caa79270db
5 changed files with 58 additions and 42 deletions

View file

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