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 c83e7d9 commit de6b687Copy full SHA for de6b687
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: libpng
+SystemRequirements: C++14, libpng
47
Config/Needs/website: tidyverse/tidytemplate
src/Makevars
@@ -1 +1,3 @@
1
+CXX_STD = CXX14
2
+
3
PKG_LIBS = -lpng -lz
src/Makevars.ucrt
@@ -1,2 +1,4 @@
CRT = -ucrt
4
include Makevars.win
src/Makevars.win
@@ -1,3 +1,5 @@
VERSION = 2.7.4
RWINLIB = ../windows/harfbuzz-${VERSION}
5
0 commit comments