Skip to content

Commit 71cea65

Browse files
committed
Built-in profiles shouldn't pluginate
1 parent 8c1baab commit 71cea65

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

profile-googlefonts/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2021"
66
[dependencies]
77
fontspector-checkapi = { path = "../fontspector-checkapi" }
88
protobuf = "3.5.0"
9-
pluginator = "1.0.1"
109
itertools = "0.13.0"
1110

1211
chrono="0.4.38" # For metadata date checks

profile-googlefonts/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ include_profiles = ["universal"]
3030
)
3131
}
3232
}
33-
pluginator::plugin_implementation!(fontspector_checkapi::Plugin, GoogleFonts);

profile-universal/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ authors = [
1111
fontspector-checkapi = { path = "../fontspector-checkapi" }
1212
read-fonts = "0.19.3"
1313
skrifa = "0.19.3"
14-
pluginator = "1.0.1"
1514
write-fonts = "0.27.0"
1615
font-types = "0.5.5"

profile-universal/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ impl fontspector_checkapi::Plugin for Universal {
2424
)
2525
}
2626
}
27-
pluginator::plugin_implementation!(fontspector_checkapi::Plugin, Universal);

0 commit comments

Comments
 (0)