Rename the generator module to macros.

This commit is contained in:
Bauke 2024-01-23 18:10:31 +01:00
parent 49c22aa7af
commit c2e8b7c5b5
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//! All supported GEGL operations.
mod enums;
mod generator;
mod macros;
pub use enums::*;