We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4366bdb commit 41773cbCopy full SHA for 41773cb
DESCRIPTION
@@ -43,5 +43,5 @@ RoxygenNote: 7.1.2
43
Roxygen: list(markdown = TRUE)
44
URL: https://vdiffr.r-lib.org/, https://github.com/r-lib/vdiffr
45
BugReports: https://github.com/r-lib/vdiffr/issues
46
-SystemRequirements: C++11, libpng
+SystemRequirements: libpng
47
Config/Needs/website: tidyverse/tidytemplate
src/Makevars
@@ -1,3 +1 @@
1
-CXX_STD = CXX11
2
-
3
PKG_LIBS = -lpng -lz
src/Makevars.ucrt
@@ -1,4 +1,2 @@
CRT = -ucrt
4
include Makevars.win
src/Makevars.win
@@ -1,5 +1,3 @@
VERSION = 2.7.4
RWINLIB = ../windows/harfbuzz-${VERSION}
5
0 commit comments