Skip to content

Commit

Permalink
Bump plutovg version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sammycage committed Sep 9, 2024
1 parent ada0424 commit e4c4815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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.3
GIT_TAG v0.0.4
GIT_SHALLOW ON
FIND_PACKAGE_ARGS 0.0.3
FIND_PACKAGE_ARGS 0.0.4
)

FetchContent_MakeAvailable(plutovg)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project('lunasvg', 'cpp',

plutovg_dep = dependency('plutovg',
required: true,
version: '>=0.0.3',
version: '>=0.0.4',
fallback: ['plutovg', 'plutovg_dep']
)

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.3
revision = v0.0.4
depth = 1

[provide]
Expand Down

0 comments on commit e4c4815

Please sign in to comment.