mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 05:12:55 +00:00
Bump version number to 1.3.0
This commit is contained in:
parent
32171bc534
commit
b8b9db4e42
72 changed files with 139 additions and 139 deletions
|
|
@ -333,7 +333,7 @@ cmake_language(DEFER CALL _slint_write_configure_file)
|
|||
|
||||
write_basic_package_version_file(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Slint/SlintConfigVersion.cmake
|
||||
VERSION 1.2.0
|
||||
VERSION 1.3.0
|
||||
COMPATIBILITY SameMinorVersion
|
||||
)
|
||||
|
||||
|
|
@ -385,7 +385,7 @@ set(CPACK_PACKAGE_NAME "Slint-cpp")
|
|||
set(CPACK_PACKAGE_VENDOR "Slint")
|
||||
set(CPACK_VERBATIM_VARIABLES true)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 1)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 2)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 3)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
||||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://slint.dev")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "slint-cpp"
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
@ -45,11 +45,11 @@ freestanding = ["i-slint-core/libm", "i-slint-core/unsafe-single-threaded"]
|
|||
default = ["std", "backend-winit", "renderer-femtovg", "backend-qt"]
|
||||
|
||||
[dependencies]
|
||||
i-slint-backend-selector = { version = "=1.2.0", path="../../internal/backends/selector", optional = true }
|
||||
i-slint-backend-testing = { version = "=1.2.0", path="../../internal/backends/testing", optional = true }
|
||||
i-slint-renderer-skia = { version = "=1.2.0", path="../../internal/renderers/skia", optional = true, features = ["x11", "wayland"] }
|
||||
i-slint-core = { version = "=1.2.0", path="../../internal/core", default-features = false, features = ["ffi"] }
|
||||
slint-interpreter = { version = "=1.2.0", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-1-2"], optional = true }
|
||||
i-slint-backend-selector = { version = "=1.3.0", path="../../internal/backends/selector", optional = true }
|
||||
i-slint-backend-testing = { version = "=1.3.0", path="../../internal/backends/testing", optional = true }
|
||||
i-slint-renderer-skia = { version = "=1.3.0", path="../../internal/renderers/skia", optional = true, features = ["x11", "wayland"] }
|
||||
i-slint-core = { version = "=1.3.0", path="../../internal/core", default-features = false, features = ["ffi"] }
|
||||
slint-interpreter = { version = "=1.3.0", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-1-2"], optional = true }
|
||||
raw-window-handle = { version = "0.5", optional = true }
|
||||
# Enable image-rs' default features to make all image formats to C++ users
|
||||
image = { version = "0.24.0", optional = true }
|
||||
|
|
@ -60,4 +60,4 @@ esp-backtrace = { version = "0.7.0", features = ["panic-handler", "print-uart"],
|
|||
anyhow = "1.0"
|
||||
cbindgen = { workspace = true }
|
||||
proc-macro2 = "1.0.11"
|
||||
i-slint-common = { version = "=1.2.0", path="../../internal/common" }
|
||||
i-slint-common = { version = "=1.3.0", path="../../internal/common" }
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import textwrap
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
|
||||
project = f'Slint {version} C++ API'
|
||||
copyright = "SixtyFPS GmbH"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ else(SLINT_ESP_LOCAL_EXAMPLE)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint
|
||||
GIT_TAG v1.2.0
|
||||
GIT_TAG v1.3.0
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
description: "Slint — declarative GUI toolkit"
|
||||
url: "https://slint.dev"
|
||||
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
|
||||
version: "1.2.0~1"
|
||||
version: "1.3.0"
|
||||
discussion: "https://github.com/slint-ui/slint/discussions"
|
||||
documentation: "https://slint.dev/docs"
|
||||
repository: "https://github.com/slint-ui/slint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue