mirror of https://github.com/AxioDL/metaforce.git
20 lines
549 B
TOML
20 lines
549 B
TOML
|
[package]
|
||
|
name = "imgui-sys"
|
||
|
version = "0.8.2"
|
||
|
edition = "2018"
|
||
|
authors = ["The imgui-rs Developers"]
|
||
|
description = "Raw FFI bindings to dear imgui"
|
||
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||
|
license = "MIT/Apache-2.0"
|
||
|
categories = ["gui", "external-ffi-bindings"]
|
||
|
# exclude json, lua, and the imgui subdirs (imgui/examples, imgui/docs, etc)
|
||
|
exclude = ["third-party/*.json", "third-party/*.lua", "third-party/imgui/*/"]
|
||
|
|
||
|
[dependencies]
|
||
|
chlorine = "1.0.7"
|
||
|
|
||
|
[features]
|
||
|
default = []
|
||
|
wasm = []
|