Skip to content

Commit c394aea

Browse files
committed
chore: specify feature dep
1 parent a2dcd67 commit c394aea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/ttf2sig/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ ttf-parser = "0.25.1"
1010
tempfile = "3.17.1"
1111
clap = { version = "4.5.31", features = ["derive"] }
1212
color-eyre = "0.6.3"
13-
signum = { path = "../signum" }
1413
sdo-fonts = { path = "../sdo-fonts" }
14+
15+
[dependencies.signum]
16+
path = "../signum"
17+
features = ["image"]

0 commit comments

Comments
 (0)