1
0
mirror of synced 2024-11-14 02:57:41 +01:00
ImHex/lib/libimhex-rs/Cargo.toml

17 lines
328 B
TOML

[package]
name = "libimhex-rs"
version = "0.1.0"
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
imhex-macros = { path = "proc_macros" }
imgui = { path = "imgui-rs" }
cxx = "1.0.55"
[build-dependencies]
cxx-build = "1.0.55"