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:
parent
e26c70221e
commit
fd43401eae
1 changed files with 4 additions and 0 deletions
|
@ -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)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue