13 lines
281 B
TOML
13 lines
281 B
TOML
[package]
|
|
name = "geezshade"
|
|
description = "Automated ReShade setup for FFXIV with GShade presets"
|
|
authors = ["NotNite <hi@notnite.com>"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
copypasta = "0.8.1"
|
|
isahc = "1.7.2"
|
|
native-dialog = "0.6.3"
|
|
zip = "0.6.3"
|