Skip to content

Commit

Permalink
vcpkg: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 26, 2024
1 parent 64f8cc3 commit baaaf5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vcpkg/test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <svgren/render.hpp>

using namespace std::string_view_literals;

int main(int argc, const char** argv){
auto dom = svgdom::load(R"qwertyuiop(
<svg xmlns="http://www.w3.org/2000/svg" width="57.126" height="57.126">
Expand Down
2 changes: 1 addition & 1 deletion vcpkg/test/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"kind": "git",
"repository": "https://github.com/cppfw/vcpkg-repo/",
"baseline": "",
"baseline": "8c1a3c72c04bbd733fc6e06198b87b966c788c0f",
"reference": "main",
"packages": [ "utki", "papki", "mikroxml", "cssom", "svgdom", "r4", "rasterimage", "agg", "veg" ]
}
Expand Down

0 comments on commit baaaf5e

Please sign in to comment.