Skip to content

Commit 0c4d46e

Browse files
authored
Merge pull request #1032 from CraftSpider/bibtex-rustify
Begin rustify engine_bibtex - convert helpers and statics
2 parents f07baff + ebd9c9f commit 0c4d46e

38 files changed

Lines changed: 7208 additions & 4807 deletions

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/engine_bibtex/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ links = "tectonic_engine_bibtex"
2020

2121
[dependencies]
2222
libc = "^0.2"
23+
tectonic_io_base = { path = "../io_base", version = '0.0.0-dev.0' }
2324
tectonic_bridge_core = { path = "../bridge_core", version = "0.0.0-dev.0" }
2425
tectonic_errors = { path = "../errors", version = "0.0.0-dev.0" }
2526

@@ -29,3 +30,4 @@ cc = "^1.0.66"
2930
[package.metadata.internal_dep_versions]
3031
tectonic_bridge_core = "thiscommit:2021-01-17:fohCh1sh"
3132
tectonic_errors = "5c9ba661edf5ef669f24f9904f99cca369d999e7"
33+
tectonic_io_base = "0d9169ef44b2652d6d70308a83022bfd60358e71"

0 commit comments

Comments
 (0)