[badges.maintenance]
status = "actively-developed"
[dependencies.egui]
default-features = false
features = ["bytemuck", "cint", "persistence", "serde", "deadlock_detection", "color-hex", "tracing"]
version = "0.21"
[dependencies.kdtree]
features = ["serde", "serde_derive", "serialize"]
version = "0.7.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.157"
[package]
authors = ["Rafael Amador <rafaga@duck.com"]
categories = ["graphics", "gui"]
description = "Visual component to draw a map on screen."
edition = "2021"
exclude = ["tests/", ".github/", ".gitignore"]
keywords = ["egui", "map", "component"]
license = "MIT OR Apache-2.0"
name = "egui-map"
readme = "README.md"
repository = "https://github.com/rafaga/egui-map/"
version = "0.0.5"