Sign in Sign up
kretrod/lodestone Public
Branches
master
17 lines (13 loc) · 331 Bytes Raw
[package]
name = "lodestone-inject"
version.workspace = true
edition.workspace = true
description = "Loads the Lodestone client into the game."

[[bin]]
name = "lodestone-inject"
path = "src/main.rs"

[dependencies]

[target.'cfg(windows)'.dependencies]
windows-sys.workspace = true

[target.'cfg(unix)'.dependencies]
libc = "0.2"