miscel 0.2.1

Small, miscellaneous functions that are useful for writing FFXIV launchers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "miscel"
version = "0.2.1"
edition = "2024"
license = "MIT"
description = "Small, miscellaneous functions that are useful for writing FFXIV launchers."
keywords = ["ffxiv", "modding"]
repository = "https://github.com/redstrate/Miscel"
authors = ["Joshua Goins <josh@redstrate.com>"]

[dependencies]
physis = { version = "0.5", default-features = false }