Skip to content

Commit b92f51f

Browse files
committed
Create iOS and macOS targets with "hexec"
Uses "hexe_test_fn" function to test whether static linking works.
1 parent 135bffd commit b92f51f

File tree

7 files changed

+589
-0
lines changed

7 files changed

+589
-0
lines changed

Cargo.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "hexec"
3+
version = "0.0.0"
4+
authors = ["Nikolai Vazquez"]
5+
description = "A C API for Hexe, intended for interfacing with Swift"
6+
7+
[lib]
8+
path = "Sources/hexec/lib.rs"
9+
crate-type = ["staticlib"]
10+
11+
[dependencies]
12+
hexe = "0.0.1"
13+
14+
[profile.release]
15+
lto = true

0 commit comments

Comments
 (0)