From 6ef3be3576b5ab87200b26506e87447bedc96563 Mon Sep 17 00:00:00 2001 From: LunaTheFoxgirl Date: Fri, 22 Nov 2024 13:56:18 +0100 Subject: [PATCH] add numem dependency --- dub.sdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dub.sdl b/dub.sdl index 945afa2..b2f70e4 100644 --- a/dub.sdl +++ b/dub.sdl @@ -7,6 +7,8 @@ license "BSD-2-Clause" # Only LDC is supported currently. toolchainRequirements gdc="no" +dependency "numem" version="~>0.23.7" + targetPath "out/" # Default configuration.