Rename the generator module to macros.
This commit is contained in:
parent
49c22aa7af
commit
c2e8b7c5b5
|
@ -1,7 +1,7 @@
|
||||||
//! All supported GEGL operations.
|
//! All supported GEGL operations.
|
||||||
|
|
||||||
mod enums;
|
mod enums;
|
||||||
mod generator;
|
mod macros;
|
||||||
|
|
||||||
pub use enums::*;
|
pub use enums::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue