Skip to content

Commit

Permalink
removed uneeded or unused widgets due to iced replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 17, 2024
1 parent 6575b71 commit 4e0efa1
Show file tree
Hide file tree
Showing 63 changed files with 8 additions and 6,016 deletions.
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
21 changes: 0 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,19 @@ card = []
date_picker = ["chrono", "once_cell", "icons"]
color_picker = ["icons", "iced/canvas"]
cupertino = ["time", "iced/canvas", "icons"]
floating_element = []
grid = ["itertools"]
glow = [] # TODO
icons = []
modal = []
tab_bar = []
tabs = ["tab_bar"]
time_picker = ["chrono", "icons", "iced/canvas"]
wrap = []
number_input = ["num-format", "num-traits"]
selection_list = []
split = []
menu = []
quad = []
spinner = []
context_menu = []
segmented_button = []
slide_bar = []
drop_down = []

Expand All @@ -46,21 +42,16 @@ default = [
#"number_input",
#"date_picker",
#"color_picker",
#"floating_element",
#"grid",
#"modal",
#"tab_bar",
#"tabs",
#"time_picker",
#"slide_bar",
#"wrap",
#"selection_list",
#"split",
#"quad",
#"context_menu",
#"spinner",
#"cupertino",
#"segmented_button",
#"drop_down",
#"menu",
]
Expand Down Expand Up @@ -90,29 +81,17 @@ members = [
#"examples/card",
#"examples/number_input",
#"examples/color_picker",
#"examples/floating_element",
#"examples/floating_element multioverlay",
#"examples/floating_element_anchors",
#"examples/font_loading",
#"examples/grid",
#"examples/modal",
#"examples/modal_component",
#"examples/multiple_modals",
#"examples/tab_bar",
#"examples/tabs",
#"examples/time_picker",
#"examples/sliderbar",
#"examples/wrap",
#"examples/selection_list",
#"examples/split",
#"examples/split_scroller",
#"examples/context_menu",
#"examples/spinner",
#"examples/cupertino/cupertino_button",
#"examples/cupertino/cupertino_spinner",
#"examples/cupertino/cupertino_switch",
#"examples/WidgetIDReturn",
#"examples/segmented_button",
#"examples/drop_down",
#"examples/menu",
]
Expand Down
11 changes: 0 additions & 11 deletions examples/cupertino/cupertino_button/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions examples/cupertino/cupertino_button/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions examples/cupertino/cupertino_button/README.md

This file was deleted.

130 changes: 0 additions & 130 deletions examples/cupertino/cupertino_button/src/main.rs

This file was deleted.

11 changes: 0 additions & 11 deletions examples/cupertino/cupertino_spinner/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions examples/cupertino/cupertino_spinner/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions examples/cupertino/cupertino_spinner/README.md

This file was deleted.

89 changes: 0 additions & 89 deletions examples/cupertino/cupertino_spinner/src/main.rs

This file was deleted.

Loading

0 comments on commit 4e0efa1

Please sign in to comment.