Skip to content

Commit

Permalink
Merge pull request #823 from googlefonts/more-manifests
Browse files Browse the repository at this point in the history
[chore] Ensure manifests contain all required keys
  • Loading branch information
cmyr authored May 21, 2024
2 parents e1276cf + 23fd33c commit 00f9a29
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fontdrasil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Common types and utilites used by fontc, a font compiler."
repository = "https://github.com/googlefonts/fontmake-rs"
repository = "https://github.com/googlefonts/fontc"
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]

Expand Down
2 changes: 1 addition & 1 deletion fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Intermediate Representation used by fontc, a font compiler."
repository = "https://github.com/googlefonts/fontmake-rs"
repository = "https://github.com/googlefonts/fontc"
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]

Expand Down
2 changes: 1 addition & 1 deletion fontra2fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Converts fontra.xyz/ files to font ir for compilation."
repository = "https://github.com/googlefonts/fontmake-rs"
repository = "https://github.com/googlefonts/fontc"
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]

Expand Down
1 change: 1 addition & 0 deletions glyphs-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "glyphs-reader"
version = "0.0.1"
license = "MIT/Apache-2.0"
authors = ["Raph Levien <raph.levien@gmail.com>"]
repository = "https://github.com/googlefonts/fontc"
description = "Parsing .glyphs source files"
edition = "2021"
categories = ["text-processing", "parsing", "graphics"]
Expand Down
1 change: 1 addition & 0 deletions glyphs-reader/ascii_plist_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Raph Levien <raph.levien@gmail.com>"]
edition = "2021"
description = "A derive macro for parsing NeXTSTEP (ASCII) plist files"
readme = "README.md"
license = "MIT/Apache-2.0"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion glyphs2fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Converts www.glyphsapp.com files to font ir for compilation."
repository = "https://github.com/googlefonts/fontmake-rs"
repository = "https://github.com/googlefonts/fontc"
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]

Expand Down
2 changes: 1 addition & 1 deletion ufo2fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Converts UFO or UFO+designspace to font ir for compilation."
repository = "https://github.com/googlefonts/fontmake-rs"
repository = "https://github.com/googlefonts/fontc"
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]

Expand Down

0 comments on commit 00f9a29

Please sign in to comment.