summaryrefslogtreecommitdiff
path: root/library/src/math/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-22 13:27:20 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-22 13:27:20 +0100
commita50cb588236a9258271d68b22b2c07fe71d19553 (patch)
tree90235d2509af221d5e35f7e01077941e2b9440de /library/src/math/mod.rs
parent83b68581461df8968e408bec1b979ed2e3a8f0c5 (diff)
Glyph stretching
Diffstat (limited to 'library/src/math/mod.rs')
-rw-r--r--library/src/math/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs
index 14fa9f5d..a4986146 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -9,6 +9,7 @@ mod group;
mod matrix;
mod root;
mod script;
+mod stretch;
mod style;
pub use self::accent::*;