From 1083951efc4f8ddbf8de65907cc5aee2ac6be2ed Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 5 Oct 2019 20:45:42 -0400 Subject: 0.8.1 conf, make, meta: yaml only (toml removed) - yaml only: config, make & headers (yaml is converted directly to struct) - toml removed: preemptively remove confusion of having multiple config formats (toml was converted to json & json to struct) - json removed (intermediate representation): takes out intermediate conversion to json which could be attractive to have if there are multiple formats --- dub.selections.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dub.selections.json') diff --git a/dub.selections.json b/dub.selections.json index 64508bf..3d16700 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,11 +4,6 @@ "d2sqlite3": "0.18.3", "dyaml": "0.8.0", "imageformats": "7.0.1", - "libinputvisitor": "1.2.2", - "sdlang-d": "0.10.2", - "taggedalgebraic": "0.10.9", "tinyendian": "0.2.0", - "toml": "1.0.0-rc.3", - "unit-threaded": "0.6.36" } } -- cgit v1.2.3