We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a69e commit 8e2764aCopy full SHA for 8e2764a
godot-core/build.rs
@@ -16,4 +16,5 @@ fn main() {
16
}
17
18
godot_codegen::generate_core_files(gen_path);
19
+ println!("cargo:rerun-if-changed=build.rs");
20
godot-ffi/build.rs
@@ -26,4 +26,5 @@ fn main() {
26
godot_codegen::generate_sys_files(gen_path, &mut watch);
27
28
watch.write_stats_to(&gen_path.join("ffi-stats.txt"));
29
30
0 commit comments