mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Update version number everywhere
This commit is contained in:
parent
1d6a0b0b9c
commit
fea2478859
22 changed files with 53 additions and 53 deletions
|
@ -102,7 +102,7 @@ configure_package_config_file("cmake/SixtyFPSConfig.cmake.in" "${CMAKE_CURRENT_B
|
|||
|
||||
write_basic_package_version_file(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/SixtyFPS/SixtyFPSConfigVersion.cmake
|
||||
VERSION 0.0.4
|
||||
VERSION 0.0.5
|
||||
COMPATIBILITY ExactVersion
|
||||
)
|
||||
|
||||
|
@ -118,7 +118,7 @@ set(CPACK_PACKAGE_VENDOR "SixtyFPS")
|
|||
set(CPACK_VERBATIM_VARIABLES true)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 4)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 5)
|
||||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://sixtyfps.io")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
|
||||
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_LIST_DIR}/README.md")
|
||||
|
|
|
@ -37,7 +37,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||
GIT_TAG v0.0.4
|
||||
GIT_TAG v0.0.5
|
||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(SixtyFPS)
|
||||
|
@ -70,7 +70,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||
GIT_TAG v0.0.4
|
||||
GIT_TAG v0.0.5
|
||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(SixtyFPS)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-node"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
@ -18,9 +18,9 @@ name = "sixtyfps_node_native"
|
|||
|
||||
[dependencies]
|
||||
once_cell = "1.5"
|
||||
sixtyfps-compilerlib = { version = "=0.0.4", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
sixtyfps-interpreter = { version = "=0.0.4", path="../../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-corelib = { version = "=0.0.4", path="../../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-compilerlib = { version = "=0.0.5", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
sixtyfps-interpreter = { version = "=0.0.5", path="../../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-corelib = { version = "=0.0.5", path="../../../sixtyfps_runtime/corelib" }
|
||||
scoped-tls-hkt = "0.1"
|
||||
neon = "0.7.0"
|
||||
css-color-parser2 = "1.0.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sixtyfps",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"homepage": "https://github.com/sixtyfpsui/sixtyfps",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -20,11 +20,11 @@ default = ["backend-gl", "backend-qt"]
|
|||
|
||||
[dependencies]
|
||||
once_cell = "1.5"
|
||||
sixtyfps-macros = { version = "=0.0.4", path = "sixtyfps-macros" }
|
||||
sixtyfps-macros = { version = "=0.0.5", path = "sixtyfps-macros" }
|
||||
const-field-offset = { version = "0.1", path = "../../helper_crates/const-field-offset" }
|
||||
vtable = { version = "0.1.1", path = "../../helper_crates/vtable" }
|
||||
sixtyfps-corelib = { version = "=0.0.4", path="../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.0.4", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-corelib = { version = "=0.0.5", path="../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.0.5", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
derive_more = "0.99.5"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -22,7 +22,7 @@ In your `Cargo.toml` add:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
sixtyfps = "0.0.4"
|
||||
sixtyfps = "0.0.5"
|
||||
```
|
||||
|
||||
And in your `main.rs`:
|
||||
|
|
|
@ -63,11 +63,11 @@ In your Cargo.toml:
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "0.0.4"
|
||||
sixtyfps = "0.0.5"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
sixtyfps-build = "0.0.4"
|
||||
sixtyfps-build = "0.0.5"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
@ -378,7 +378,7 @@ macro_rules! include_modules {
|
|||
/// Helper type that helps checking that the generated code is generated for the right version
|
||||
#[doc(hidden)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub struct VersionCheck_0_0_4;
|
||||
pub struct VersionCheck_0_0_5;
|
||||
|
||||
#[cfg(doctest)]
|
||||
mod compile_fail_tests;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-build"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -13,6 +13,6 @@ homepage = "https://sixtyfps.io"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-compilerlib = { version = "=0.0.4", path = "../../../sixtyfps_compiler", features = ["rust", "display-diagnostics"] }
|
||||
sixtyfps-compilerlib = { version = "=0.0.5", path = "../../../sixtyfps_compiler", features = ["rust", "display-diagnostics"] }
|
||||
thiserror = "1"
|
||||
spin_on = "0.1"
|
||||
|
|
|
@ -23,11 +23,11 @@ In your Cargo.toml:
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "0.0.4"
|
||||
sixtyfps = "0.0.5"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
sixtyfps-build = "0.0.4"
|
||||
sixtyfps-build = "0.0.5"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-macros"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -16,6 +16,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0.17"
|
||||
sixtyfps-compilerlib = { version = "=0.0.4", path = "../../../sixtyfps_compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
|
||||
sixtyfps-compilerlib = { version = "=0.0.5", path = "../../../sixtyfps_compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
|
||||
spin_on = "0.1"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-wasm-interpreter"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue