mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
♻ update deps
This commit is contained in:
parent
5033d87c7f
commit
8154d57946
@ -38,13 +38,13 @@ CPMAddPackage(
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME fmt
|
NAME fmt
|
||||||
GITHUB_REPOSITORY fmtlib/fmt
|
GITHUB_REPOSITORY fmtlib/fmt
|
||||||
GIT_TAG 8271e43e5e8ddef3e6cd00609da8025b5936b262
|
GIT_TAG e2408f37c8f7301a1e5d32364675d0077ad09559
|
||||||
EXCLUDE_FROM_ALL YES
|
EXCLUDE_FROM_ALL YES
|
||||||
)
|
)
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME spdlog
|
NAME spdlog
|
||||||
GITHUB_REPOSITORY gabime/spdlog
|
GITHUB_REPOSITORY gabime/spdlog
|
||||||
GIT_TAG b1478d98f017f3a7644e6e3a16fab6a47a5c26ba
|
GIT_TAG a49456f7f21fb802c1000fd79ef05911aa2101b7
|
||||||
EXCLUDE_FROM_ALL YES
|
EXCLUDE_FROM_ALL YES
|
||||||
)
|
)
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
|
@ -134,7 +134,7 @@ std::vector<std::string> from_checklist_vector(const std::vector<std::string>& o
|
|||||||
void msgbox_widget(const std::string_view& content, Decorator boxsize) noexcept {
|
void msgbox_widget(const std::string_view& content, Decorator boxsize) noexcept {
|
||||||
auto screen = ScreenInteractive::Fullscreen();
|
auto screen = ScreenInteractive::Fullscreen();
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
auto button_back = Button("OK", screen.ExitLoopClosure(), ButtonOption::WithoutBorder());
|
auto button_back = Button("OK", screen.ExitLoopClosure(), ButtonOption::WithoutBorder());
|
||||||
|
|
||||||
auto container = Container::Horizontal({button_back});
|
auto container = Container::Horizontal({button_back});
|
||||||
auto renderer = Renderer(container, [&] {
|
auto renderer = Renderer(container, [&] {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
revision = 8271e43e5e8ddef3e6cd00609da8025b5936b262
|
revision = e2408f37c8f7301a1e5d32364675d0077ad09559
|
||||||
|
|
||||||
patch_directory = fmt
|
patch_directory = fmt
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/gabime/spdlog.git
|
url = https://github.com/gabime/spdlog.git
|
||||||
revision = b1478d98f017f3a7644e6e3a16fab6a47a5c26ba
|
revision = a49456f7f21fb802c1000fd79ef05911aa2101b7
|
||||||
|
|
||||||
patch_directory = spdlog
|
patch_directory = spdlog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user