easy-imgui-sys 0.22.0

Low level bindings for the Dear ImGui C++ library
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 = "easy-imgui-sys"
version = "0.22.0"
build = "build.rs"
links = "imgui"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level bindings for the Dear ImGui C++ library"
readme = "README.md"
keywords = [
    "imgui",
    "ui",
    "graphics",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/rodrigorc/easy-imgui-rs"

[features]
backend-opengl3 = []
backend-sdl3 = ["dep:sdl3-sys"]
freetype = []

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

[dependencies.sdl3-sys]
version = "0.6.0"
optional = true

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

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

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.xshell]
version = "0.2"