File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
fontspector-checkapi = { path = " ../fontspector-checkapi" }
8
8
protobuf = " 3.5.0"
9
- pluginator = " 1.0.1"
10
9
itertools = " 0.13.0"
11
10
12
11
chrono =" 0.4.38" # For metadata date checks
Original file line number Diff line number Diff line change @@ -30,4 +30,3 @@ include_profiles = ["universal"]
30
30
)
31
31
}
32
32
}
33
- pluginator:: plugin_implementation!( fontspector_checkapi:: Plugin , GoogleFonts ) ;
Original file line number Diff line number Diff line change @@ -11,6 +11,5 @@ authors = [
11
11
fontspector-checkapi = { path = " ../fontspector-checkapi" }
12
12
read-fonts = " 0.19.3"
13
13
skrifa = " 0.19.3"
14
- pluginator = " 1.0.1"
15
14
write-fonts = " 0.27.0"
16
15
font-types = " 0.5.5"
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ impl fontspector_checkapi::Plugin for Universal {
24
24
)
25
25
}
26
26
}
27
- pluginator:: plugin_implementation!( fontspector_checkapi:: Plugin , Universal ) ;
You can’t perform that action at this time.
0 commit comments