[build-dependencies.irox-build-rs]
features = ["git"]
version = "^0"
[dependencies.eframe]
default-features = false
features = []
version = "^0.30"
[dependencies.egui]
default-features = false
version = "^0.30"
[dependencies.irox-bits]
features = ["alloc"]
optional = true
version = "^0"
[dependencies.irox-imagery]
version = "^0"
[dependencies.irox-stats]
features = ["emath", "std"]
version = "^0"
[dependencies.irox-time]
features = ["std"]
version = "^0"
[dependencies.irox-tools]
features = ["std"]
optional = true
version = "^0"
[dependencies.irox-units]
features = ["std"]
optional = true
version = "^0"
[dependencies.log]
features = []
version = "^0.4"
[dependencies.profiling]
features = ["profile-with-puffin"]
optional = true
version = "^1.0"
[dependencies.puffin]
features = []
optional = true
version = "^0.19"
[dependencies.ron]
features = ["integer128"]
version = "^0.8"
[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0.217"
[dev-dependencies.eframe]
default-features = false
features = ["glow", "default_fonts"]
version = "^0.30"
[dev-dependencies.egui]
default-features = false
features = ["rayon"]
version = "^0.30"
[dev-dependencies.irox-csv]
version = "^0"
[dev-dependencies.irox-time]
features = ["std"]
version = "^0"
[dev-dependencies.irox-tools]
features = ["std"]
version = "^0"
[dev-dependencies.puffin_http]
features = []
version = "^0.16"
[[example]]
name = "irox_egui_gallery"
path = "examples/irox_egui_gallery.rs"
required-features = ["serde", "plots"]
[[example]]
name = "plotsperf"
path = "examples/plotsperf.rs"
required-features = ["plots"]
[features]
default = []
docsrs = ["eframe/x11", "eframe/wayland"]
dump_csv = []
plots = ["dep:irox-tools", "dep:irox-units"]
profiling = ["dep:profiling", "dep:puffin"]
serde = ["dep:serde", "egui/serde", "dep:irox-tools", "dep:irox-bits"]
[lib]
name = "irox_egui_extras"
path = "src/lib.rs"
[lints.clippy]
cargo_common_metadata = "warn"
case_sensitive_file_extension_comparisons = "warn"
create_dir = "warn"
dbg_macro = "warn"
doc_link_with_quotes = "warn"
empty_enum = "warn"
empty_structs_with_brackets = "warn"
enum_glob_use = "warn"
exit = "warn"
expect_used = "warn"
expl_impl_clone_on_copy = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
filter_map_next = "warn"
flat_map_option = "warn"
float_cmp = "warn"
fn_params_excessive_bools = "warn"
format_push_string = "warn"
from_iter_instead_of_collect = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
ignored_unit_patterns = "warn"
impl_trait_in_params = "warn"
implicit_clone = "warn"
implicit_hasher = "warn"
index_refutable_slice = "warn"
indexing_slicing = "warn"
inefficient_to_string = "warn"
infinite_loop = "warn"
iter_filter_is_ok = "warn"
iter_filter_is_some = "warn"
iter_not_returning_iterator = "warn"
large_futures = "warn"
large_stack_arrays = "warn"
large_types_passed_by_value = "warn"
linkedlist = "warn"
lossy_float_literal = "warn"
manual_assert = "warn"
manual_instant_elapsed = "warn"
manual_is_variant_and = "warn"
manual_let_else = "warn"
manual_ok_or = "warn"
manual_string_new = "warn"
match_on_vec_items = "warn"
match_same_arms = "warn"
match_wild_err_arm = "warn"
mem_forget = "warn"
mismatching_type_param_order = "warn"
missing_assert_message = "warn"
missing_enforced_import_renames = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "warn"
mixed_read_write_in_expression = "warn"
module-name-repetitions = "allow"
mut_mut = "warn"
mutex_atomic = "warn"
needless_for_each = "warn"
needless_pass_by_value = "warn"
no_mangle_with_rust_abi = "warn"
non_ascii_literal = "warn"
option_as_ref_cloned = "warn"
option_option = "warn"
panic = "warn"
panic_in_result_fn = "warn"
pathbuf_init_then_push = "warn"
print_stderr = "warn"
print_stdout = "warn"
pub_underscore_fields = "warn"
range_minus_one = "warn"
range_plus_one = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
redundant_feature_names = "warn"
ref_as_ptr = "warn"
ref_option_ref = "warn"
return_self_not_must_use = "warn"
same_functions_in_if_condition = "warn"
semicolon-if-nothing-returned = "allow"
semicolon_if_nothing_returned = "warn"
str_split_at_newline = "warn"
tests_outside_test_module = "warn"
trivially_copy_pass_by_ref = "warn"
unchecked_duration_subtraction = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
uninlined_format_args = "warn"
unnecessary_box_returns = "warn"
unnecessary_join = "warn"
unnecessary_wraps = "warn"
unreachable = "warn"
unused_async = "warn"
unused_result_ok = "warn"
unused_self = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"
verbose_file_reads = "warn"
wildcard_dependencies = "warn"
zero_sized_map_values = "warn"
[lints.rust]
unsafe_code = "forbid"
[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"
invalid_codeblock_attributes = "warn"
invalid_html_tags = "warn"
invalid_rust_codeblocks = "warn"
missing_crate_level_docs = "allow"
private_intra_doc_links = "warn"
redundant_explicit_links = "warn"
unescaped_backticks = "warn"
[package]
authors = ["Sean P. Madden <sean@seanmadden.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["gui"]
description = "Extras & tweaks for the egui framework"
edition = "2021"
exclude = ["doc"]
homepage = "https://github.com/spmadden/irox"
keywords = ["irox", "egui", "gui"]
license = "MIT OR Apache-2.0"
name = "irox-egui-extras"
readme = "README.md"
repository = "https://github.com/spmadden/irox"
version = "0.5.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target.'cfg(target_arch = "wasm32")'.dependencies.eframe]
default-features = false
features = ["wgpu"]
version = "^0.30"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"
[target.'cfg(target_os = "linux")'.dev-dependencies.eframe]
default-features = false
features = ["x11", "wayland"]
version = "^0.30"