Able to fetch a list of module names

This commit is contained in:
Greg Hellings
2025-02-24 20:55:06 -06:00
parent 1a6e51579b
commit 3e2cd701d0
8 changed files with 184 additions and 8 deletions
+2
View File
@@ -6,6 +6,8 @@ fn main() {
cxx_build::bridge("src/mgr.rs")
.file("src/cxx/mgr.cc")
.includes(deps.all_include_paths())
.cpp_link_stdlib("stdc++")
.flag("-Os")
.compile("sword_rs");
println!("cargo:rerun-if-changed=src/mgr.rs");