Export cgmath

This commit is contained in:
hodasemi 2023-01-27 12:14:09 +01:00
parent 0b44972394
commit 7c606fa67e

View file

@ -41,6 +41,7 @@ pub use super::acceleration_structure::{AccelerationStructure, AccelerationStruc
pub use super::{OutOfDate, VkHandle, VulkanDevice};
pub use cgmath::prelude::*;
pub use image;
pub use vulkan_sys::prelude::*;