Skip to content

Commit

Permalink
refactor: remove unused features and code
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed May 29, 2023
1 parent ec841f5 commit d6c4b52
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,038 deletions.
13 changes: 0 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ keywords = ["kubernetes", "tui", "terminal", "monitor"]

[features]
default = []
mock = []
mock-failed = []
new-log-stream = []
stack-widget = []
new-text = []

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

Expand Down Expand Up @@ -71,11 +66,3 @@ mockall = "0.11.4"
mockall_double = "0.3.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
rstest = "0.17.0"

[[example]]
name = "stack_view"
required-features = ["stack-widget"]

[[example]]
name = "new_text"

312 changes: 0 additions & 312 deletions examples/new_text.rs

This file was deleted.

Loading

0 comments on commit d6c4b52

Please sign in to comment.