7 unstable releases (3 breaking)
0.4.1 | Dec 3, 2020 |
---|---|
0.4.0 | Dec 2, 2020 |
0.3.2 | Oct 20, 2020 |
0.2.0 | Oct 10, 2020 |
0.1.0 | Sep 25, 2020 |
#11 in #polyhorn
59 downloads per month
Used in 8 crates
(2 directly)
9KB
113 lines
Polyhorn Build
This repository contains code for the polyhorn-build
crate that
automatically finds, compiles and links native code for iOS (and other platforms
in the future).
This is probably only useful if you're using Polyhorn.
Usage
Create a new build.rs
file:
fn main() {
polyhorn_build::build();
}
Polyhorn Build will figure out the rest!
Dependencies
~0.2–8MB
~46K SLoC