From f7ec3f0ebcffb1b9a00ac8fa4e358a19fbec9380 Mon Sep 17 00:00:00 2001 From: Pavan BG Date: Mon, 2 Dec 2024 18:52:56 +0530 Subject: [PATCH] Small changes to vcpkg --- vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index eb844a8..c6ec255 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,9 @@ { - "name": "splitnewton", + "name": "splitnewtonpp", "version": "0.0.1", + "description": "Fast, Bounded, Split Newton solver with pseudo-transient continuation and backtracking. ", + "license": "MIT", + "homepage": "https://github.com/gpavanb1/SplitNewtonpp", "dependencies": [ "eigen3", "fmt",