Files
yachtpit/crates/yachtpit
geoffsee 82b99b5eab **Introduce Neumorphic UI design with new themes and styles**
- Added NeumorphicTheme implementation for light and dark modes.
- Refactored `LayerSelector` and `MapNext` components to use the neumorphic style and color utilities.
- Updated `menu.rs` with neumorphic-inspired button and background styling.
- Enhanced GPS feed and vessel popups with neumorphic visuals, improving clarity and aesthetics.
- Temporarily disabled base-map dependency in `yachtpit` for isolation testing.
2025-07-21 21:11:06 -04:00
..
2025-07-02 08:51:34 -04:00
2025-07-01 22:22:40 -04:00
2025-07-01 22:22:40 -04:00
2025-07-01 22:22:40 -04:00
2025-07-02 19:49:50 -04:00
2025-07-01 22:22:40 -04:00
2025-07-02 20:14:37 -04:00

yachtpit/crates/yachtpit

This is the main application crate for yachtpit.

Overview

The yachtpit crate unifies components and systems into an application. It supports several runtimes to include web, desktop, and mobile platforms.

Usage

Native

cargo run --features dev

Web

trunk serve

Mobile

See the mobile/ directory for platform-specific build instructions.