File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ name = "tectonic_mac_core"
55license = " MIT"
66version = " 0.0.0-dev.0"
77edition = " 2021"
8+ description = """
9+ Exposing macOS framework APIs to the Tectonic Rust code.
10+ """
11+ homepage = " https://tectonic-typesetting.github.io/"
12+ documentation = " https://docs.rs/tectonic_mac_core"
13+ repository = " https://github.com/tectonic-typesetting/tectonic/"
14+ readme = " README.md"
815
916[dependencies ]
1017libc = " 0.2"
Original file line number Diff line number Diff line change 1+ # The ` tectonic_mac_core ` create
2+
3+ This crate is part of
4+ [ the Tectonic project] ( https://tectonic-typesetting.github.io/en-US/ ) . It exposes
5+ macOS frameworks into Rust code in a safe manner.
6+
7+ [ ![ ] ( http://meritbadge.herokuapp.com/tectonic_mac_core )] ( https://crates.io/crates/tectonic_mac_core )
8+
9+ - [ API documentation] ( https://docs.rs/tectonic_mac_core/ ) .
10+ - [ Main Git repository] ( https://github.com/tectonic-typesetting/tectonic/ ) .
You can’t perform that action at this time.
0 commit comments