Skip to content

Commit 9c809af

Browse files
committed
chore: remove unmaintained projects and tidy up
we now use publish workspace instead. Remove one unmaintained project. set examples to unpublish
1 parent 570259c commit 9c809af

File tree

26 files changed

+17
-1855
lines changed

26 files changed

+17
-1855
lines changed

.github/workflows/rustci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,7 @@ jobs:
5454
id: auth
5555
- name: Publish to crate
5656
run: |
57-
cargo publish -p iced_layershell_macros
58-
cargo publish -p iced_sessionlock_macros
59-
cargo publish -p iced_exdevtools
60-
cargo publish -p waycrate_xkbkeycode
61-
cargo publish -p layershellev
62-
cargo publish -p sessionlockev
63-
cargo publish -p iced_wayland_subscriber
64-
cargo publish -p iced_layershell
65-
cargo publish -p iced_sessionlock
57+
cargo publish --workspace
6658
env:
6759
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
6860
- uses: softprops/action-gh-release@v2

Cargo.lock

Lines changed: 0 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
"iced_sessionlock",
88
"iced_sessionlock_macros",
99
"iced_wayland_subscriber",
10-
"starcolorkeyboard",
1110
"sessionlockev",
1211
"waycrate_xkbkeycode",
1312
"iced_exdevtools",

iced_examples/application_launcher/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

1415
[dependencies]
1516
iced = { workspace = true, features = [
16-
"tokio",
17-
"debug",
18-
"image",
19-
"advanced",
20-
"image",
21-
"svg",
17+
"tokio",
18+
"debug",
19+
"advanced",
20+
"image",
21+
"svg",
2222
] }
2323
iced_runtime.workspace = true
2424
iced_layershell.workspace = true

iced_examples/bottom_panel/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

iced_examples/counter/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

iced_examples/counter_lock/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

iced_examples/counter_multi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

iced_examples/counter_output_select/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

iced_examples/iced_virtualkeyboard/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
description.workspace = true
99
keywords.workspace = true
1010
readme.workspace = true
11+
publish = false
1112

1213
[dependencies]
1314
iced = { workspace = true, features = ["canvas"] }

0 commit comments

Comments
 (0)