Skip to content

Commit b536d80

Browse files
committed
Move c bindings to bindings/c directory
1 parent acd5d4b commit b536d80

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- uses: actions/checkout@v4
207207
- uses: dtolnay/rust-toolchain@stable
208208
- run: |
209-
cd ctaffy/examples
209+
cd bindings/c/examples
210210
./compile_basic.sh
211211
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../target/debug ./basic
212212
name: Build C Bindings

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ path = "benches/dummy_benchmark.rs"
4949
harness = false
5050

5151
[workspace]
52-
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches", "ctaffy"]
52+
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches", "bindings/c"]
File renamed without changes.

ctaffy/Cargo.toml renamed to bindings/c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ name = "ctaffy"
1515
crate-type = ["staticlib", "cdylib", "rlib"]
1616

1717
[dependencies]
18-
taffy = { path = ".." }
18+
taffy = { path = "../.." }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)