1
0
mirror of synced 2024-09-24 19:48:25 +02:00
ImHex/lib/libimhex-rs/Cargo.toml
jam1garner 57e1f7ee10
Rework libimhex-rs to use autocxx (#451)
* Rework libimhex-rs to use autocxx

* Remove Bookmarks::add overload

* Remove manual usage of cxx-rs
2022-02-20 19:14:11 -05:00

19 lines
369 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"
autocxx = "0.16"
[build-dependencies]
autocxx-build = "0.16"
#cxx-build = "1.0.55"