1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 19:57:45 +00:00

Protect model file i/o, decls behind visual_data feature

(cherry picked from commit fd43401eae)
This commit is contained in:
Joshua Goins 2024-01-31 16:33:53 -05:00
parent e26c70221e
commit 6050d5ca03

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)]