startail 0.0.3

3D Satellite Tracking System using Bevy
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "startail"
version = "0.0.3"
authors = ["fn-a <mr.fna.co@gmail.com>"]
edition = "2024"
repository = "https://github.com/fn-a/startail"
description = "3D Satellite Tracking System using Bevy"
license = "MIT"

[dependencies]
bevy = "^0.17"
sgp4 = "^2.3"
chrono = "0.4"