mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-08-10 00:56:37 +08:00
Compare commits
2 Commits
e7539da356
...
73927658d7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
73927658d7 | ||
![]() |
bcdcf70348 |
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -231,7 +231,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Create source package"
|
- name: "Create source package"
|
||||||
run: >
|
run: >
|
||||||
git archive --format=tar.gz --prefix=ftxui/ -o source.tar.gz HEAD
|
git archive --format=tar.gz -o source.tar.gz HEAD
|
||||||
|
|
||||||
- name: "Upload source package"
|
- name: "Upload source package"
|
||||||
uses: shogo82148/actions-upload-release-asset@v1
|
uses: shogo82148/actions-upload-release-asset@v1
|
||||||
|
7
.github/workflows/publish.yaml
vendored
7
.github/workflows/publish.yaml
vendored
@ -1,11 +1,4 @@
|
|||||||
on:
|
on:
|
||||||
# On new releases:
|
|
||||||
workflow_call:
|
|
||||||
inputs:
|
|
||||||
tag_name:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
# On manual trigger:
|
# On manual trigger:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -4,7 +4,7 @@ Changelog
|
|||||||
Future release
|
Future release
|
||||||
------------
|
------------
|
||||||
|
|
||||||
6.1.0 (2025-04-29)
|
6.1.1 (2025-04-30)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
@ -15,7 +15,7 @@ Future release
|
|||||||
|
|
||||||
**MODULE.bazel**
|
**MODULE.bazel**
|
||||||
```bazel
|
```bazel
|
||||||
bazel_dep(name = "ftxui", version = "6.1.0")
|
bazel_dep(name = "ftxui", version = "6.1.1")
|
||||||
```
|
```
|
||||||
|
|
||||||
**BUILD.bazel**
|
**BUILD.bazel**
|
||||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
|
|||||||
|
|
||||||
project(ftxui
|
project(ftxui
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 6.1.0
|
VERSION 6.1.1
|
||||||
DESCRIPTION "C++ Functional Terminal User Interface."
|
DESCRIPTION "C++ Functional Terminal User Interface."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# the LICENSE file.
|
# the LICENSE file.
|
||||||
|
|
||||||
# FTXUI Module.
|
# FTXUI Module.
|
||||||
module(name = "ftxui", version = "6.1.0")
|
module(name = "ftxui", version = "6.1.1")
|
||||||
|
|
||||||
# Build deps.
|
# Build deps.
|
||||||
bazel_dep(name = "rules_cc", version = "0.1.1")
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|
||||||
|
@ -372,7 +372,7 @@ include(FetchContent)
|
|||||||
|
|
||||||
FetchContent_Declare(ftxui
|
FetchContent_Declare(ftxui
|
||||||
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
|
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
|
||||||
GIT_TAG v6.1.0
|
GIT_TAG v6.1.1
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_GetProperties(ftxui)
|
FetchContent_GetProperties(ftxui)
|
||||||
|
Loading…
Reference in New Issue
Block a user