Sign in Sign up
kretrod/lodestone Public
Branches
master
23 lines (19 loc) · 596 Bytes Raw
[package]
name = "lodestone-client"
version.workspace = true
edition.workspace = true
description = "The in-game menu: injected into Minecraft, drawn in its own GL context."

[lib]
name = "lodestone_client"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies]
imgui = "0.12"
imgui-glow-renderer = "0.13"
glow = "0.13"
iced-x86 = { version = "1.21", default-features = false, features = ["std", "decoder", "encoder", "block_encoder", "instr_info", "intel"] }
jni-sys = "0.3"

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

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