mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
05cf5f0c25
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen) to permit the latest version. - [Release notes](https://github.com/eqrion/cbindgen/releases) - [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/eqrion/cbindgen/compare/v0.17.0...v0.18.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
445 B
TOML
23 lines
445 B
TOML
[package]
|
|
name = "loot-condition-interpreter-ffi"
|
|
version = "2.1.2"
|
|
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
loot-condition-interpreter = { path = ".." }
|
|
libc = "0.2"
|
|
|
|
[lib]
|
|
name = "loot_condition_interpreter_ffi"
|
|
crate-type = ["staticlib"]
|
|
|
|
[features]
|
|
default = []
|
|
ffi-headers = ["cbindgen"]
|
|
|
|
[build-dependencies]
|
|
cbindgen = { version = "0.18", optional = true }
|