Skip to content

Commit

Permalink
zignal: add top level doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Aug 30, 2024
1 parent b5f5391 commit e001cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zignal.zig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Zignal is an image processing library inspired by dlib.

const std = @import("std");

const color = @import("color.zig");
Expand Down

0 comments on commit e001cec

Please sign in to comment.