1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Protect model file i/o, decls behind visual_data feature

This commit is contained in:
Joshua Goins 2024-01-31 16:33:53 -05:00
parent e26c70221e
commit fd43401eae

View file

@ -106,7 +106,11 @@ pub mod pbd;
mod crc; mod crc;
mod sha1; mod sha1;
#[cfg(feature = "visual_data")]
mod model_file_operations; mod model_file_operations;
#[cfg(feature = "visual_data")]
mod model_vertex_declarations; mod model_vertex_declarations;
#[doc(hidden)] #[doc(hidden)]