maps_rendering 0.2.0

Image rendering and texture management tailored to the maps crate
Documentation
[dependencies.eframe]
features = ["wgpu"]
version = "0.32.1"

[dependencies.fast_image_resize]
features = ["image"]
version = "5.3.0"

[dependencies.image]
features = ["jpeg", "png", "pnm"]
version = "0.25.5"

[dependencies.imageproc]
version = "0.25.0"

[dependencies.log]
version = "0.4.22"

[dependencies.maps_io_ros]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "2.0.16"

[lib]
name = "maps_rendering"
path = "src/lib.rs"

[lints.clippy]
manual_let_else = "warn"
match_same_arms = "warn"
needless_pass_by_value = "warn"
redundant_else = "warn"
ref_option = "warn"
trivially_copy_pass_by_ref = "warn"
uninlined_format_args = "warn"

[package]
authors = ["Michael Grupp"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "multimedia::images", "visualization", "science::robotics"]
description = "Image rendering and texture management tailored to the maps crate"
edition = "2024"
keywords = ["rendering", "texture", "image", "egui", "graphics"]
license = "Apache-2.0"
name = "maps_rendering"
readme = "README.md"
repository = "https://github.com/MichaelGrupp/maps"
resolver = "2"
rust-version = "1.88.0"
version = "0.2.0"