17 lines
314 B
TOML
17 lines
314 B
TOML
|
[package]
|
||
|
name = "hex"
|
||
|
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]
|
||
|
macros = { path = "proc_macros" }
|
||
|
imgui = { path = "imgui-rs" }
|
||
|
|
||
|
cxx = "1.0.55"
|
||
|
|
||
|
[build-dependencies]
|
||
|
cxx-build = "1.0.55"
|