mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Bump version numbers
Note: this does not update the documentation yet
This commit is contained in:
parent
f373d627fe
commit
125ec13f24
21 changed files with 48 additions and 48 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.2
|
||||
VERSION 0.0.3
|
||||
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 2)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 3)
|
||||
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")
|
||||
|
|
|
@ -22,7 +22,7 @@ copyright = '2020, info@sixtyfps.io'
|
|||
author = 'info@sixtyfps.io'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.0.2'
|
||||
release = '0.0.3'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-node"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
@ -18,9 +18,9 @@ name = "sixtyfps_node_native"
|
|||
|
||||
[dependencies]
|
||||
once_cell = "1.4"
|
||||
sixtyfps-compilerlib = { version = "=0.0.2", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
sixtyfps-interpreter = { version = "=0.0.2", path="../../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-corelib = { version = "=0.0.2", path="../../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
sixtyfps-interpreter = { version = "=0.0.3", path="../../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path="../../../sixtyfps_runtime/corelib" }
|
||||
scoped-tls-hkt = "0.1"
|
||||
neon = "0.5.0"
|
||||
css-color-parser2 = "1.0.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sixtyfps",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"homepage": "https://github.com/sixtyfpsui/sixtyfps",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -17,11 +17,11 @@ wayland = ["sixtyfps-rendering-backend-default/wayland"]
|
|||
|
||||
[dependencies]
|
||||
once_cell = "1.5"
|
||||
sixtyfps-macros = { version = "=0.0.2", path = "sixtyfps-macros" }
|
||||
sixtyfps-macros = { version = "=0.0.3", 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.2", path="../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.0.2", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path="../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.0.3", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
derive_more = "0.99.5"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -372,7 +372,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_2;
|
||||
pub struct VersionCheck_0_0_3;
|
||||
|
||||
#[cfg(doctest)]
|
||||
mod compile_fail_tests;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-build"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
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.2", path = "../../../sixtyfps_compiler", features = ["rust", "display-diagnostics"] }
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", 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.2"
|
||||
sixtyfps = "0.0.3"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
sixtyfps-build = "0.0.2"
|
||||
sixtyfps-build = "0.0.3"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-macros"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
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.2", path = "../../../sixtyfps_compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", 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.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-compilerlib"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-corelib"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -23,7 +23,7 @@ image = { version = "0.23.12", default-features = false, features = [ "png", "jp
|
|||
cgmath = "0.17.0"
|
||||
const-field-offset = { version = "0.1", path = "../../helper_crates/const-field-offset" }
|
||||
vtable = { version="0.1.1", path = "../../helper_crates/vtable" }
|
||||
sixtyfps-corelib-macros = { version = "=0.0.2", path = "../corelib_macros" }
|
||||
sixtyfps-corelib-macros = { version = "=0.0.3", path = "../corelib_macros" }
|
||||
winit = { version = "0.23", default-features = false }
|
||||
lyon = { version = "0.16" }
|
||||
euclid = "0.22.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-corelib-macros"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-interpreter"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -12,10 +12,10 @@ homepage = "https://sixtyfps.io"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.0.2", path = "../corelib", features = ["rtti"] }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.0.2", path = "../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path = "../corelib", features = ["rtti"] }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.0.3", path = "../../sixtyfps_runtime/rendering_backends/default" }
|
||||
vtable = { version = "0.1.1", path="../../helper_crates/vtable" }
|
||||
sixtyfps-compilerlib = { version = "=0.0.2", path = "../../sixtyfps_compiler" }
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", path = "../../sixtyfps_compiler" }
|
||||
lyon = { version = "0.16" }
|
||||
derive_more = "0.99.5"
|
||||
generativity = "1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-rendering-backend-default"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -17,18 +17,18 @@ x11 = ["sixtyfps-rendering-backend-gl/x11"]
|
|||
wayland = ["sixtyfps-rendering-backend-gl/wayland"]
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.0.2", path = "../../corelib" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path = "../../corelib" }
|
||||
cfg-if = "1"
|
||||
sixtyfps-rendering-backend-gl = { version = "=0.0.2", path = "../gl", optional = true }
|
||||
sixtyfps-rendering-backend-qt = { version = "=0.0.2", path = "../qt", optional = true }
|
||||
sixtyfps-rendering-backend-gl = { version = "=0.0.3", path = "../gl", optional = true }
|
||||
sixtyfps-rendering-backend-qt = { version = "=0.0.3", path = "../qt", optional = true }
|
||||
|
||||
# Desktop platform uses the Qt backend by default
|
||||
[target.'cfg(any(target_os="windows", target_os="macos", target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
||||
sixtyfps-rendering-backend-qt = { version = "=0.0.2", path = "../qt" }
|
||||
sixtyfps-rendering-backend-qt = { version = "=0.0.3", path = "../qt" }
|
||||
|
||||
# Other platform uses the Gl backend
|
||||
[target.'cfg(not(any(target_os="windows", target_os="macos", target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd")))'.dependencies]
|
||||
sixtyfps-rendering-backend-gl = { version = "=0.0.2", path = "../gl" }
|
||||
sixtyfps-rendering-backend-gl = { version = "=0.0.3", path = "../gl" }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-rendering-backend-gl"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -18,7 +18,7 @@ wayland = ["winit/wayland", "glutin/wayland", "sixtyfps-corelib/wayland"]
|
|||
default = ["x11"]
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.0.2", path = "../../corelib" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path = "../../corelib" }
|
||||
lyon = { version = "0.16" }
|
||||
image = { version = "0.23.12", default-features = false }
|
||||
cgmath = "0.17.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-rendering-backend-qt"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -19,10 +19,10 @@ path = "lib.rs"
|
|||
cpp = "0.5.5"
|
||||
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
|
||||
vtable = { version = "0.1", path = "../../../helper_crates/vtable" }
|
||||
sixtyfps-corelib-macros = { version = "=0.0.2", path = "../../corelib_macros" }
|
||||
sixtyfps-corelib = { version = "=0.0.2", path = "../../corelib" }
|
||||
sixtyfps-corelib-macros = { version = "=0.0.3", path = "../../corelib_macros" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path = "../../corelib" }
|
||||
# FIXME: obviously, we do not want to depends on another backend
|
||||
sixtyfps-rendering-backend-gl = { version = "=0.0.2", path = "../gl" }
|
||||
sixtyfps-rendering-backend-gl = { version = "=0.0.3", path = "../gl" }
|
||||
euclid = "0.22.1"
|
||||
pin-weak = "1"
|
||||
|
||||
|
|
|
@ -232,7 +232,7 @@ namespace sixtyfps {{
|
|||
namespace private_api {{ enum class VersionCheck {{ Major = {}, Minor = {}, Patch = {} }}; class ComponentWindow; }}
|
||||
namespace cbindgen_private {{ using sixtyfps::private_api::ComponentWindow; using namespace vtable; }}
|
||||
}}",
|
||||
0, 0, 2,
|
||||
0, 0, 3,
|
||||
))
|
||||
.generate()
|
||||
.expect("Unable to generate bindings")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-compiler"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -13,6 +13,6 @@ name = "sixtyfps_compiler"
|
|||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-compilerlib = { version = "=0.0.2", path = "../../sixtyfps_compiler", features = ["display-diagnostics", "cpp", "rust"]}
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", path = "../../sixtyfps_compiler", features = ["display-diagnostics", "cpp", "rust"]}
|
||||
structopt = "0.3.14"
|
||||
spin_on = "0.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-viewer"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -9,9 +9,9 @@ repository = "https://github.com/sixtyfpsui/sixtyfps"
|
|||
homepage = "https://sixtyfps.io"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.0.2", path="../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-interpreter = { version = "=0.0.2", path = "../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-compilerlib = { version = "=0.0.2", path = "../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path="../../sixtyfps_runtime/corelib" }
|
||||
sixtyfps-interpreter = { version = "=0.0.3", path = "../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", path = "../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
vtable = { version = "0.1", path="../../helper_crates/vtable" }
|
||||
structopt = "0.3.14"
|
||||
codemap-diagnostic = "0.1.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sixtyfps",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"engines": {
|
||||
"vscode": "^1.31"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue