oort_api 0.87.0

APIs for Oort, a space fleet programming game.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "oort_api"
version = "0.87.0"
edition = "2024"
authors = ["Rich Lane"]
description = "APIs for Oort, a space fleet programming game."
license = "GPL-3.0-or-later"
repository = "https://github.com/rlane/oort3"

[dependencies]
oorandom = "11.1.3"
serde = { version = "1.0", optional = true }
byteorder = "1.5.0"
maths-rs = "0.2.5"