Skip to content

Commit 217060e

Browse files
authored
Merge pull request #1083 from CraftSpider/bibtex-rustify-bst
Rustify engine_bibtex - Part 4, the last of it
2 parents 7931a85 + 05efe9d commit 217060e

30 files changed

Lines changed: 3842 additions & 5086 deletions

Cargo.lock

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

crates/bridge_harfbuzz/harfbuzz

Submodule harfbuzz updated 276 files

crates/engine_bibtex/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ repository = "https://github.com/tectonic-typesetting/tectonic/"
1616
readme = "README.md"
1717
license = "MIT"
1818
edition = "2018"
19-
links = "tectonic_engine_bibtex"
2019

2120
[dependencies]
2221
libc = "^0.2"
2322
tectonic_io_base = { path = "../io_base", version = '0.0.0-dev.0' }
2423
tectonic_bridge_core = { path = "../bridge_core", version = "0.0.0-dev.0" }
2524
tectonic_errors = { path = "../errors", version = "0.0.0-dev.0" }
2625

27-
[build-dependencies]
28-
cc = "^1.0.66"
29-
3026
[package.metadata.internal_dep_versions]
3127
tectonic_bridge_core = "thiscommit:2021-01-17:fohCh1sh"
3228
tectonic_errors = "5c9ba661edf5ef669f24f9904f99cca369d999e7"

crates/engine_bibtex/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,3 @@ project](https://tectonic-typesetting.github.io/en-US/). It provides the
1717
This crate does not currently provides any [Cargo features][features].
1818

1919
[features]: https://doc.rust-lang.org/cargo/reference/features.html
20-
21-
22-
## Updating the generated header
23-
24-
This crate exposes Rust functions to C/C++ code using a header file created by
25-
[cbindgen]. To update the header, run:
26-
27-
[cbindgen]: https://github.com/eqrion/cbindgen/
28-
29-
```sh
30-
cbindgen --output bibtex/bibtex_bindings.h
31-
```

0 commit comments

Comments
 (0)