Skip to content

Commit

Permalink
Bump plutovg version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sammycage committed Sep 8, 2024
1 parent a600a3c commit ece6e10
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(plutosvg LANGUAGES C VERSION ${PLUTOSVG_VERSION_MAJOR}.${PLUTOSVG_VERSIO
include(FetchContent)
FetchContent_Declare(plutovg
GIT_REPOSITORY https://github.com/sammycage/plutovg.git
GIT_TAG v0.0.2
GIT_TAG v0.0.3
GIT_SHALLOW ON
FIND_PACKAGE_ARGS 0.0.2
FIND_PACKAGE_ARGS 0.0.3
)

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 @@ -10,7 +10,7 @@ plutosvg_compile_args = []

plutovg_dep = dependency('plutovg',
required: true,
version: '>=0.0.2',
version: '>=0.0.3',
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.2
revision = v0.0.3
depth = 1

[provide]
Expand Down

0 comments on commit ece6e10

Please sign in to comment.