Refactor grid style types and impls

Fixes #16949.
This commit is contained in:
Malo Jaffré 2017-05-21 20:46:45 +02:00
parent 0566c60157
commit 72db1765d0
7 changed files with 572 additions and 552 deletions

View file

@ -16,6 +16,7 @@ use super::CustomIdent;
pub use self::basic_shape::serialize_radius_values;
pub mod basic_shape;
pub mod grid;
pub mod image;
pub mod position;