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/countme-rs.wrap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 subprojects/countme-rs.wrap (limited to 'subprojects/countme-rs.wrap') diff --git a/subprojects/countme-rs.wrap b/subprojects/countme-rs.wrap new file mode 100644 index 000000000..e160e34c0 --- /dev/null +++ b/subprojects/countme-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = countme-3.0.1 +source_url = https://crates.io/api/v1/crates/countme/3.0.1/download +source_filename = countme-3.0.1.tar.gz +source_hash = 7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636 -- cgit v1.2.3