Skip to content

Commit 0c60856

Browse files
authored
Merge pull request #61 from sezero/meson_ver
bump minimum required meson version to 1.3.0
2 parents 587b2b9 + 556fcac commit 0c60856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('plutovg', 'c',
22
version: '1.3.0',
33
license: 'MIT',
4-
meson_version: '>=0.59.0',
4+
meson_version: '>=1.3.0',
55
default_options: ['c_std=gnu11,c11']
66
)
77

0 commit comments

Comments
 (0)