This website requires JavaScript.
Explore
Help
Sign In
root
/
tabby
mirror of
https://gitee.com/zhang_1334717033/tabby.git
Watch
1
Star
0
Fork
You've already forked tabby
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0539734240
tabby
/
crates
/
tabby-coreml
/
build.rs
6 lines
96 B
Rust
Raw
Blame
History
fn
main
(
)
{
cc
::
Build
::
new
(
)
.
file
(
"
cc/lib.mm
"
)
.
compile
(
"
tabby-coreml
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink