From c05c76688902eaf4cc313e2ed02c3de8ffab64ed Mon Sep 17 00:00:00 2001 From: Tynuk <43266276+Tynukua@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:23:37 +0300 Subject: [PATCH] Update dub.json --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 79cfe33..b504bff 100644 --- a/dub.json +++ b/dub.json @@ -7,6 +7,6 @@ "license": "MIT", "targetType": "library", "dependencies": { - "vibe-d:utils": "*" + "vibe-d:web": "*" } -} \ No newline at end of file +}