[package]
edition = "2021"
name = "howler-gui"
version = "0.1.0"
authors = ["Howler Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native GUI for the Howler wolf-tracking platform with interactive map, sightings, and real-time data"
readme = "README.md"
keywords = [
"wolf",
"tracking",
"wildlife",
"gis",
"conservation",
]
categories = [
"science",
"visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/realgoldfang/Howler"
[lib]
name = "howler_gui"
path = "src/lib.rs"
[[bin]]
name = "howler-gui"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.eframe]
version = "0.28"
features = [
"default_fonts",
"glow",
"persistence",
]
default-features = false
[dependencies.egui]
version = "0.28"
[dependencies.howler-core]
version = "0.1.0"