aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.rs
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-01-16 01:26:49 +0800
committerHsiangNianian <i@jyunko.cn>2025-01-16 01:26:49 +0800
commitee71943e7433059d9326867d5dd62385ab76ab58 (patch)
tree3e96b1343f040212f855a33bcb4ca57dd1f618d4 /build.rs
downloadDropOut-ee71943e7433059d9326867d5dd62385ab76ab58.tar.gz
DropOut-ee71943e7433059d9326867d5dd62385ab76ab58.zip
first commit
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..38de66c
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,5 @@
+fn main() {
+ // This build script does nothing for now.
+ // You can add custom build logic here if needed.
+ println!("cargo:rerun-if-changed=build.rs");
+} \ No newline at end of file