dear-imgui-test-engine-sys 0.11.0

Low-level FFI bindings for Dear ImGui Test Engine
Documentation
# 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 = "2024"
name = "dear-imgui-test-engine-sys"
version = "0.11.0"
build = "build.rs"
links = "dear_imgui_test_engine"
exclude = [
    "third-party/imgui_test_engine/.github/**",
    "third-party/imgui_test_engine/build_scripts/**",
    "third-party/imgui_test_engine/docs/**",
    "third-party/imgui_test_engine/imgui_test_suite/**",
    "third-party/imgui_test_engine/shared/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for Dear ImGui Test Engine"
homepage = "https://github.com/Latias94/dear-imgui-rs"
documentation = "https://docs.rs/dear-imgui-test-engine-sys"
readme = "README.md"
keywords = [
    "imgui",
    "ui",
    "graphics",
    "docking",
    "multiview",
]
categories = [
    "gui",
    "api-bindings",
]
license-file = "LICENSE.txt"
repository = "https://github.com/Latias94/dear-imgui-rs"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true
all-features = false
features = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
capture = []
default = ["capture"]
freetype = ["dear-imgui-sys/freetype"]

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

[dependencies.dear-imgui-sys]
version = "0.11"
features = ["test-engine"]

[build-dependencies.bindgen]
version = "0.72"

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