From 95863b258bde3ec11d9688e35454e523571ac17d Mon Sep 17 00:00:00 2001 From: Qyriad Date: Sat, 10 Aug 2024 10:59:58 -0600 Subject: =?UTF-8?q?build:=20build=20lix-doc=20with=20Meson!=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lix-doc is now built with Meson, with lix-doc's dependencies built as Meson subprojects, either fetched on demand with .wrap files, or fetched in advance by Nix with importCargoLock. It even builds statically. Fixes #256. Co-authored-by: Lunaphied Co-authored-by: Jade Lovelace Change-Id: I3a4731ff13278e7117e0316bc0d7169e85f5eb0c --- subprojects/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 subprojects/.gitignore (limited to 'subprojects/.gitignore') diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 000000000..e1e3c3239 --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1,2 @@ +# Downloaded wrapped Rust projects +*-*.*.* -- cgit v1.2.3