From 2eb8483ab343c6d4d9d9fc6f61d529eac2b4d7ec Mon Sep 17 00:00:00 2001 From: johannes-wolf Date: Wed, 31 Jan 2024 20:09:00 +0100 Subject: [PATCH] lib: Export intersection functions --- src/lib.typ | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.typ b/src/lib.typ index 5f682991..e2c0afdb 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -8,6 +8,7 @@ #import "matrix.typ" #import "styles.typ" #import "coordinate.typ" +#import "intersection.typ" #import "drawable.typ" #import "process.typ" #import "util.typ"