howler-gui 0.1.0

Native GUI for the Howler wolf-tracking platform with interactive map, sightings, and real-time data
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"