# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "libliquidfun-sys"
version = "0.4.0"
authors = ["Mikael Matveinen <mikael@lingongames.com>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thin Rust ffi wrapper on top of Box2D and LiquidFun. Built using autocxx."
homepage = "https://github.com/mmatvein/libliquidfun-sys"
readme = "README.md"
keywords = [
    "liquidfun",
    "box2d",
    "physics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mmatvein/libliquidfun-sys"

[lib]
name = "libliquidfun_sys"
path = "src/lib.rs"

[dependencies.autocxx]
version = "0.26.0"

[dependencies.cxx]
version = "1.0.110"

[dependencies.link-cplusplus]
version = "1.0.9"
features = ["nothing"]

[build-dependencies.autocxx-build]
version = "0.26.0"

[build-dependencies.cc]
version = "1.0.83"

[build-dependencies.cmake]
version = "0.1.50"