-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.1.10" age = 10 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.1.0" age = 1 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.1.0" age = 1 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.1.0" age = 1 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.0" age = 2 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.1" age = 10 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.1.0" age = 0 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.1.0" age = 2 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.1.0" age = 0 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.1.0" age = 0 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic", "cargo"] version = "0.4.1" age = 4 +++
- Loading branch information
Showing
8 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# tectonic_bridge_freetype2 0.1.0 (2021-01-15) | ||
|
||
Initial release of FreeType "bridge" crate for Tectonic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bridge_freetype2" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Expose the FreeType2 library C APIs to Rust/Cargo. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# tectonic_bridge_harfbuzz 0.1.0 (2021-01-15) | ||
|
||
Initial release of Harfbuzz "bridge" crate for Tectonic. Includes the ability to | ||
vendor Harfbuzz. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bridge_harfbuzz" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Expose the Harfbuzz C/C++ APIs to Rust/Cargo. | ||
|
@@ -20,7 +20,7 @@ links = "harfbuzz" | |
|
||
[dependencies] | ||
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version ="^0.1.0"} | ||
tectonic_bridge_icu = { path = "../bridge_icu", version ="^0.0.0"} | ||
tectonic_bridge_icu = { path = "../bridge_icu", version ="^0.1.0"} | ||
|
||
[build-dependencies] | ||
cc = "^1.0.66" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# tectonic_bridge_icu 0.1.0 (2021-01-15) | ||
|
||
Initial release of ICU "bridge" crate for Tectonic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bridge_icu" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Expose a subset of the ICU Unicode APIs to Rust/Cargo. | ||
|