Skip to content

Commit

Permalink
Remove unused quick-xml
Browse files Browse the repository at this point in the history
it's a norad dependency but we don't import it directly anywhere in fontc so there's no need to have it here
  • Loading branch information
anthrotype committed Oct 26, 2023
1 parent 0c6c450 commit 5eb5649
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ indexmap = "2.0"
kurbo = { version = "0.10.2", features = ["serde"] }
ordered-float = { version = "4.1.0", features = ["serde"] }
smol_str = { version = "0.2.0", features = ["serde"] }
quick-xml = { version = "0.30.0", features = ["serialize"] }
regex = "1.7.1"
thiserror = "1.0.37"
log = "0.4"
Expand Down
1 change: 0 additions & 1 deletion glyphs2fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ thiserror.workspace = true
kurbo.workspace = true
ordered-float.workspace = true
indexmap.workspace = true
quick-xml.workspace = true

font-types.workspace = true
read-fonts.workspace = true
Expand Down
1 change: 0 additions & 1 deletion ufo2fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ write-fonts.workspace = true # for ot_round

ordered-float.workspace = true
indexmap.workspace = true
quick-xml.workspace = true

chrono.workspace = true
norad.workspace = true
Expand Down

0 comments on commit 5eb5649

Please sign in to comment.