aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pathfinder/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-pathfinder/build.rs')
-rw-r--r--examples/example-pathfinder/build.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/example-pathfinder/build.rs b/examples/example-pathfinder/build.rs
deleted file mode 100644
index e96f978..0000000
--- a/examples/example-pathfinder/build.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-use mingling::build::analyze_and_build_type_mapping;
-
-fn main() {
- // --------- IMPORTANT ---------
- // Use this method in build.rs,
- // to analyze the project structure at build time,
- // and automatically introduce members from other modules into gen_program!()
- analyze_and_build_type_mapping().unwrap();
- // --------- IMPORTANT ---------
-}