interlinked/interlinked/source/main.rs

8 lines
143 B
Rust

//! # Interlinked.
//!
//! > **Generative art with GIMP, GEGL and ImageMagick.**
fn main() -> color_eyre::Result<()> {
interlinked::run()
}