Files
MaaAssistantArknights/src/Rust/build.rs
yuanyan3060 656bf52c1e feat: 增加rust绑定和http服务器实现捏 (#1321)
* 增加maa-core的rust绑定

* Update Readme.md

* update Readme
2022-07-25 10:30:22 +08:00

6 lines
128 B
Rust

// build.rs
fn main() {
println!("cargo:rustc-link-search=native=..");
println!("cargo:rustc-link-lib=MeoAssistant");
}