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)
This commit is contained in:
Simon Hausmann 2024-06-14 10:01:45 +02:00 committed by Simon Hausmann
parent 46c3bd19b7
commit b7478bb88c
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ ffi = []
system-testing = ["quick-protobuf", "pb-rs", "generational-arena", "async-net", "futures-lite", "byteorder"]
[dependencies]
i-slint-core = { workspace = true }
i-slint-core = { workspace = true, features = ["std"] }
vtable = { workspace = true }
quick-protobuf = { version = "0.8.1", optional = true }
generational-arena = { version = "0.2.9", optional = true }

View file

@ -14,6 +14,7 @@ cargo publish --manifest-path api/rs/build/Cargo.toml
cargo publish --manifest-path internal/backends/qt/Cargo.toml
cargo publish --manifest-path internal/backends/linuxkms/Cargo.toml
cargo publish --manifest-path internal/backends/android-activity/Cargo.toml --features native-activity
cargo publish --manifest-path internal/backends/testing/Cargo.toml
cargo publish --manifest-path internal/backends/selector/Cargo.toml --features backend-winit-x11,renderer-femtovg
cargo publish --manifest-path internal/interpreter/Cargo.toml
cargo publish --manifest-path api/rs/slint/Cargo.toml