Compare commits
1 Commits
v0.2.0
...
dependency
| Author | SHA1 | Date | |
|---|---|---|---|
|
061215b756
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -88,6 +88,7 @@
|
|||||||
},
|
},
|
||||||
"clangd.onConfigChanged": "restart",
|
"clangd.onConfigChanged": "restart",
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"fakelabel",
|
||||||
"fontsize",
|
"fontsize",
|
||||||
"halign",
|
"halign",
|
||||||
"libusb",
|
"libusb",
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = CLI11-2.3.2
|
directory = CLI11-2.5.0
|
||||||
source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.3.2.tar.gz
|
source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.5.0.tar.gz
|
||||||
source_filename = CLI11-2.3.2.tar.gz
|
source_filename = CLI11-2.5.0.tar.gz
|
||||||
source_hash = aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22
|
source_hash = 17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55
|
||||||
wrapdb_version = 2.3.2-1
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cli11_2.5.0-2/CLI11-2.5.0.tar.gz
|
||||||
|
wrapdb_version = 2.5.0-2
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
cli11 = CLI11_dep
|
dependency_names = CLI11
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = googletest-1.14.0
|
directory = googletest-1.17.0
|
||||||
source_url = https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz
|
source_url = https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz
|
||||||
source_filename = gtest-1.14.0.tar.gz
|
source_filename = googletest-1.17.0.tar.gz
|
||||||
source_hash = 8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
|
source_hash = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c
|
||||||
patch_filename = gtest_1.14.0-1_patch.zip
|
patch_filename = gtest_1.17.0-4_patch.zip
|
||||||
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.14.0-1/get_patch
|
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.17.0-4/get_patch
|
||||||
patch_hash = 2e693c7d3f9370a7aa6dac802bada0874d3198ad4cfdf75647b818f691182b50
|
patch_hash = 3abf7662d09db706453a5b064a1e914678c74b9d9b0b19382747ca561d0d8750
|
||||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.14.0-1/gtest-1.14.0.tar.gz
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.17.0-4/googletest-1.17.0.tar.gz
|
||||||
wrapdb_version = 1.14.0-1
|
wrapdb_version = 1.17.0-4
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
gtest = gtest_dep
|
gtest = gtest_dep
|
||||||
|
|||||||
Reference in New Issue
Block a user