Skip to content

Commit

Permalink
Update subproject fallback to track the latest PlutoVG commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sammycage committed Sep 9, 2024
1 parent e4c4815 commit 0e64501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(lunasvg LANGUAGES CXX VERSION ${LUNASVG_VERSION_MAJOR}.${LUNASVG_VERSION
include(FetchContent)
FetchContent_Declare(plutovg
GIT_REPOSITORY https://github.com/sammycage/plutovg.git
GIT_TAG v0.0.4
GIT_TAG main
GIT_SHALLOW ON
FIND_PACKAGE_ARGS 0.0.4
)
Expand Down
2 changes: 1 addition & 1 deletion subprojects/plutovg.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/sammycage/plutovg.git
revision = v0.0.4
revision = head
depth = 1

[provide]
Expand Down

0 comments on commit 0e64501

Please sign in to comment.