Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ vtable = { version = "0.5", path = "helper_crates/vtable" }
by_address = { version = "1.0.4" }
bytemuck = { version = "1.13.1" }
cbindgen = { version = "0.29", default-features = false }
cfg_aliases = { version = "0.2.0" }
cfg_aliases = { version = "0.2.2" }
clap = { version = "4.0", features = ["derive", "wrap_help"] }
clru = { version = "0.6.0" }
css-color-parser2 = { version = "1.0.1" }
Expand Down
4 changes: 2 additions & 2 deletions demos/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ i-slint-core = { version = "=1.18.0", path = "../internal/core", default-feature
i-slint-renderer-software = { version = "=1.18.0", path = "../internal/renderers/software", default-features = false }

bytemuck = { version = "1.13.1" }
cfg_aliases = { version = "0.2.0" }
cfg_aliases = { version = "0.2.2" }
derive_more = { version = "2.0.0", default-features = false, features = ["deref", "deref_mut", "into", "from", "add", "add_assign", "mul", "not", "display"] }
glow = { version = "0.17" }
image = { version = "0.25", default-features = false, features = ["png", "jpeg"] }
Expand Down
5 changes: 0 additions & 5 deletions examples/gstreamer-player/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT

// The expansion of cfg_aliases! places macro-emitted semicolons in expression
// position, which nightly rejects by default since 2026-07. Allow it until a
// fixed cfg-aliases release is available.
#![allow(semicolon_in_expressions_from_macros)]

use cfg_aliases::cfg_aliases;

fn main() {
Expand Down
5 changes: 0 additions & 5 deletions internal/backends/linuxkms/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

// The expansion of cfg_aliases! places macro-emitted semicolons in expression
// position, which nightly rejects by default since 2026-07. Allow it until a
// fixed cfg-aliases release is available.
#![allow(semicolon_in_expressions_from_macros)]

use cfg_aliases::cfg_aliases;

fn main() {
Expand Down
5 changes: 0 additions & 5 deletions internal/backends/selector/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

// The expansion of cfg_aliases! places macro-emitted semicolons in expression
// position, which nightly rejects by default since 2026-07. Allow it until a
// fixed cfg-aliases release is available.
#![allow(semicolon_in_expressions_from_macros)]

// cSpell: ignore qttype
use std::path::Path;

Expand Down
5 changes: 0 additions & 5 deletions internal/backends/testing/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

// The expansion of cfg_aliases! places macro-emitted semicolons in expression
// position, which nightly rejects by default since 2026-07. Allow it until a
// fixed cfg-aliases release is available.
#![allow(semicolon_in_expressions_from_macros)]

// cSpell: ignore rsplit Sfixed
fn main() {
cfg_aliases::cfg_aliases! {
Expand Down
5 changes: 0 additions & 5 deletions internal/backends/winit/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

// The expansion of cfg_aliases! places macro-emitted semicolons in expression
// position, which nightly rejects by default since 2026-07. Allow it until a
// fixed cfg-aliases release is available.
#![allow(semicolon_in_expressions_from_macros)]

use cfg_aliases::cfg_aliases;

fn main() {
Expand Down
5 changes: 0 additions & 5 deletions internal/renderers/skia/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

// The expansion of cfg_aliases! places macro-emitted semicolons in expression
// position, which nightly rejects by default since 2026-07. Allow it until a
// fixed cfg-aliases release is available.
#![allow(semicolon_in_expressions_from_macros)]

use cfg_aliases::cfg_aliases;

fn main() {
Expand Down
4 changes: 2 additions & 2 deletions tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading