mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Updates to the publish script
This commit is contained in:
parent
0b70cbc9a9
commit
770751a6ce
1 changed files with 2 additions and 5 deletions
|
@ -4,24 +4,21 @@
|
|||
|
||||
cargo publish --manifest-path internal/common/Cargo.toml
|
||||
cargo publish --manifest-path internal/core-macros/Cargo.toml
|
||||
sleep 15
|
||||
cargo publish --manifest-path internal/compiler/Cargo.toml
|
||||
cargo publish --manifest-path internal/core/Cargo.toml
|
||||
sleep 15
|
||||
cargo publish --manifest-path api/rs/macros/Cargo.toml
|
||||
cargo publish --manifest-path internal/renderers/skia/Cargo.toml
|
||||
cargo publish --manifest-path internal/renderers/skia/Cargo.toml --features x11
|
||||
cargo publish --manifest-path internal/renderers/femtovg/Cargo.toml
|
||||
cargo publish --manifest-path internal/backends/winit/Cargo.toml --features x11,renderer-femtovg
|
||||
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
|
||||
sleep 30
|
||||
cargo publish --manifest-path internal/backends/selector/Cargo.toml --features backend-winit-x11,renderer-femtovg
|
||||
sleep 30
|
||||
cargo publish --manifest-path internal/interpreter/Cargo.toml
|
||||
cargo publish --manifest-path api/rs/slint/Cargo.toml
|
||||
cargo publish --manifest-path tools/lsp/Cargo.toml
|
||||
cargo publish --manifest-path tools/viewer/Cargo.toml
|
||||
cargo publish --manifest-path tools/updater/Cargo.toml
|
||||
cargo publish --manifest-path tools/tr-extractor/Cargo.toml
|
||||
cargo publish --manifest-path internal/backends/android-activity/Cargo.toml --features native-activity
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue