Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to how main is #259

Merged
merged 5 commits into from
Jul 15, 2024
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 .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
components: clippy
- uses: actions/checkout@master
- name: Lint with clippy
run: cargo clippy --all -- -D warnings --verbose
- name: Check lints
run: cargo clippy
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
components: rustfmt
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
rust: [stable, beta]
steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
Expand All @@ -29,7 +29,7 @@ jobs:
matrix:
rust: [stable, beta]
steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
Expand All @@ -45,7 +45,7 @@ jobs:
matrix:
rust: [stable, beta]
steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
Expand Down
216 changes: 0 additions & 216 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,78 +40,6 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'segmented_button'",
"cargo": {
"args": [
"build",
"--bin=segmented_button",
"--package=segmented_button"
],
"filter": {
"name": "segmented_button",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'cupertino-spinner'",
"cargo": {
"args": [
"build",
"--bin=cupertino-spinner",
"--package=cupertino-spinner"
],
"filter": {
"name": "cupertino-spinner",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'cupertino-button'",
"cargo": {
"args": [
"build",
"--bin=cupertino-button",
"--package=cupertino-button"
],
"filter": {
"name": "cupertino-button",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'cupertino-switch'",
"cargo": {
"args": [
"build",
"--bin=cupertino-switch",
"--package=cupertino-switch"
],
"filter": {
"name": "cupertino-switch",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand All @@ -130,24 +58,6 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'multiple_modals'",
"cargo": {
"args": [
"build",
"--bin=multiple_modals",
"--package=multiple_modals"
],
"filter": {
"name": "multiple_modals",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand Down Expand Up @@ -184,60 +94,6 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'floating_element'",
"cargo": {
"args": [
"build",
"--bin=floating_element",
"--package=floating_element"
],
"filter": {
"name": "floating_element",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'floating_element_overlay'",
"cargo": {
"args": [
"build",
"--bin=floating_element_overlay",
"--package=floating_element_overlay"
],
"filter": {
"name": "floating_element_overlay",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'floating_element_anchors'",
"cargo": {
"args": [
"build",
"--bin=floating_element_anchors",
"--package=floating_element_anchors"
],
"filter": {
"name": "floating_element_anchors",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand All @@ -256,42 +112,6 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'modal'",
"cargo": {
"args": [
"build",
"--bin=modal",
"--package=modal"
],
"filter": {
"name": "modal",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'modal_component'",
"cargo": {
"args": [
"build",
"--bin=modal_component",
"--package=modal_component"
],
"filter": {
"name": "modal_component",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand Down Expand Up @@ -436,42 +256,6 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'split'",
"cargo": {
"args": [
"build",
"--bin=split",
"--package=split"
],
"filter": {
"name": "split",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'split scroller'",
"cargo": {
"args": [
"build",
"--bin=split_scroller",
"--package=split_scroller"
],
"filter": {
"name": "split_scroller",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changes
- Split removed in favor of Iced pane grid
- Modal and Floating element removed in favor of Iced Stack.
- Segmented Button Removed use iced button.
- cupertino Removed as we are not going to support these anymore.

## [0.9.3] - 2024-05-08

### Fixed
Expand Down
Loading