Export cgmath crate

This commit is contained in:
hodasemi 2023-01-27 13:41:19 +01:00
parent 7c606fa67e
commit 44fd0993b5

View file

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