From 558469e2963009e31047f5c560d51db11c01dff4 Mon Sep 17 00:00:00 2001 From: Trevor Fisher Date: Mon, 2 Oct 2017 12:12:03 -0400 Subject: [PATCH] Libs in the json examples are expected to be string arrays by DUB --- packages/glfw3/index.html | 18 +++++------------- packages/sdl2/index.html | 10 +++------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/packages/glfw3/index.html b/packages/glfw3/index.html index f0310a5..b8dc85a 100644 --- a/packages/glfw3/index.html +++ b/packages/glfw3/index.html @@ -662,12 +662,8 @@

Choosing the configuration"subConfigurations": { "derelict-glfw3": "derelict-glfw3-static" }, -"libs-windows": { - "glfw3dll" -}, -"libs-posix": { - "glfw3" -} +"libs-windows": ["glfw3dll"], +"libs-posix": ["glfw3"] @@ -685,12 +681,8 @@

Choosing the configuration"derelict-glfw3": "~>4.0.0-beta" }, "versions": ["DerelictGLFW3_Static"], -"libs-windows": { - "glfw3dll" -}, -"libs-posix": { - "glfw3" -} +"libs-windows": ["glfw3dll"], +"libs-posix": ["glfw3"] @@ -789,4 +781,4 @@

Loading the GLFW library - \ No newline at end of file + diff --git a/packages/sdl2/index.html b/packages/sdl2/index.html index ce4ddfb..59ba68e 100644 --- a/packages/sdl2/index.html +++ b/packages/sdl2/index.html @@ -695,9 +695,7 @@

Choosing the configuration"subConfigurations": { "derelict-sdl2": "derelict-sdl2-static" }, -"libs": { - "sdl2" -}, +"libs": ["sdl2"], @@ -714,9 +712,7 @@

Choosing the configuration"derelict-sdl2": "~>3.0.0-beta" }, "versions": ["DerelictSDL2_Static"], -"libs": { - "sdl2" -} +"libs": ["sdl2"], @@ -855,4 +851,4 @@

SharedLibVersion