Skip to content

Commit 244cf96

Browse files
committed
put under cbits folder
1 parent a492421 commit 244cf96

File tree

3 files changed

+892
-1
lines changed

3 files changed

+892
-1
lines changed

build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ fn build() {
370370
.include({
371371
source_path.to_str().expect("PathBuf to str")
372372
})
373-
.file("cbits.c")
373+
.file("cbits/defs.c")
374+
.file("cbits/img_utils.c")
374375
.compile("cbits");
375376
}
376377

File renamed without changes.

0 commit comments

Comments
 (0)