props: move property impls to their own mod
This commit is contained in:
		
							parent
							
								
									3ee5a67cdb
								
							
						
					
					
						commit
						91af49ede3
					
				
							
								
								
									
										4
									
								
								crates/bevy_property/src/impl_property/mod.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								crates/bevy_property/src/impl_property/mod.rs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,4 @@ | |||||||
|  | mod impl_property_glam; | ||||||
|  | mod impl_property_legion; | ||||||
|  | mod impl_property_smallvec; | ||||||
|  | mod impl_property_std; | ||||||
| @ -2,21 +2,14 @@ mod property; | |||||||
| mod properties; | mod properties; | ||||||
| mod dynamic_properties; | mod dynamic_properties; | ||||||
| mod type_registry; | mod type_registry; | ||||||
| mod impl_property_std; |  | ||||||
| mod impl_property_smallvec; |  | ||||||
| mod impl_property_glam; |  | ||||||
| mod impl_property_legion; |  | ||||||
| pub mod ron; | pub mod ron; | ||||||
| pub mod property_serde; | pub mod property_serde; | ||||||
|  | pub mod impl_property; | ||||||
| 
 | 
 | ||||||
| pub use property::*; | pub use property::*; | ||||||
| pub use properties::*; | pub use properties::*; | ||||||
| pub use dynamic_properties::*; | pub use dynamic_properties::*; | ||||||
| pub use type_registry::*; | pub use type_registry::*; | ||||||
| pub use impl_property_std::*; |  | ||||||
| pub use impl_property_glam::*; |  | ||||||
| pub use impl_property_smallvec::*; |  | ||||||
| pub use impl_property_legion::*; |  | ||||||
| 
 | 
 | ||||||
| pub use bevy_property_derive::*; 
 | pub use bevy_property_derive::*; 
 | ||||||
| pub use serde; | pub use serde; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Carter Anderson
						Carter Anderson