https://github.com/Yatekii/sailor
https://github.com/Yatekii/sailor
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Yatekii/sailor
- Owner: Yatekii
- Created: 2019-06-16T22:34:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T18:30:21.000Z (over 2 years ago)
- Last Synced: 2024-07-11T23:45:36.851Z (10 months ago)
- Language: Rust
- Size: 5.29 MB
- Stars: 43
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-georust - Sailor - A sailing navigation application. (Watchlist)
README
# Sailor
A sailing navigation application.

## Building
### Building for vulkan & Linux/Windows
```
cargo build --verbose --bin sailor
```### Building for metal & macOS
```
cargo build --verbose --bin sailor --no-default-features --features metal
```