From d0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 22 Jun 2026 13:12:27 +0400 Subject: feat: implement FParkan architecture foundation Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation. --- crates/render-demo/build.rs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 crates/render-demo/build.rs (limited to 'crates/render-demo/build.rs') diff --git a/crates/render-demo/build.rs b/crates/render-demo/build.rs deleted file mode 100644 index 126d1d7..0000000 --- a/crates/render-demo/build.rs +++ /dev/null @@ -1,4 +0,0 @@ -fn main() { - #[cfg(windows)] - println!("cargo:rustc-link-lib=advapi32"); -} -- cgit v1.2.3