diff --git a/gegl/source/operations/generator.rs b/gegl/source/operations/macros.rs similarity index 100% rename from gegl/source/operations/generator.rs rename to gegl/source/operations/macros.rs diff --git a/gegl/source/operations/mod.rs b/gegl/source/operations/mod.rs index 07171aa..0b88e85 100644 --- a/gegl/source/operations/mod.rs +++ b/gegl/source/operations/mod.rs @@ -1,7 +1,7 @@ //! All supported GEGL operations. mod enums; -mod generator; +mod macros; pub use enums::*;