Skip to content

Commit b7478bb

Browse files
committed
Add i-slint-backend-testing to the list of published crates
(also add std to the required features of core, so it compiles out of the box)
1 parent 46c3bd1 commit b7478bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/backends/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ffi = []
2525
system-testing = ["quick-protobuf", "pb-rs", "generational-arena", "async-net", "futures-lite", "byteorder"]
2626

2727
[dependencies]
28-
i-slint-core = { workspace = true }
28+
i-slint-core = { workspace = true, features = ["std"] }
2929
vtable = { workspace = true }
3030
quick-protobuf = { version = "0.8.1", optional = true }
3131
generational-arena = { version = "0.2.9", optional = true }

scripts/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cargo publish --manifest-path api/rs/build/Cargo.toml
1414
cargo publish --manifest-path internal/backends/qt/Cargo.toml
1515
cargo publish --manifest-path internal/backends/linuxkms/Cargo.toml
1616
cargo publish --manifest-path internal/backends/android-activity/Cargo.toml --features native-activity
17+
cargo publish --manifest-path internal/backends/testing/Cargo.toml
1718
cargo publish --manifest-path internal/backends/selector/Cargo.toml --features backend-winit-x11,renderer-femtovg
1819
cargo publish --manifest-path internal/interpreter/Cargo.toml
1920
cargo publish --manifest-path api/rs/slint/Cargo.toml

0 commit comments

Comments
 (0)