Skip to content

Commit

Permalink
Merge pull request #518 from googlefonts/remove-quick-xml
Browse files Browse the repository at this point in the history
Remove unused quick-xml
  • Loading branch information
anthrotype authored Oct 26, 2023
2 parents 0c6c450 + 5eb5649 commit 3677f4b
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 3677f4b

Please sign in to comment.