dev_menu 0.40.0

A simple in-engine developer menu library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"

[[package]]
name = "cc"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
 "libc",
]

[[package]]
name = "dev_menu"
version = "0.40.0"
dependencies = [
 "gfx",
 "gfx_debug_draw",
 "pistoncore-input",
]

[[package]]
name = "draw_state"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33cf9537e2d06891448799b96d5a8c8083e0e90522a7fdabe6ebf4f41d79d651"
dependencies = [
 "bitflags 1.3.2",
]

[[package]]
name = "freetype-rs"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bc9d17f30696eb6bee98ae2f2749bd1d0b24a8ccda8c68db48c8400af496ba"
dependencies = [
 "bitflags 2.4.0",
 "freetype-sys",
 "libc",
]

[[package]]
name = "freetype-sys"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d8acf5669d9c048e9c096a3049264b381baf76988aaaf7f2f5f1fe848e482b"
dependencies = [
 "cc",
 "libc",
 "pkg-config",
]

[[package]]
name = "gfx"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb754057e8bfb8fdb38a33b9caa213dbeb2cbbef2003fe6b2cb36dff96098e0a"
dependencies = [
 "draw_state",
 "gfx_core",
 "log",
]

[[package]]
name = "gfx_core"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75fbddaef2e12b4995900539d7209d947b988a3d87ee8737484d049b526e5441"
dependencies = [
 "bitflags 1.3.2",
 "draw_state",
 "log",
]

[[package]]
name = "gfx_debug_draw"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a72c7c02730487b55c23dca72d2a99b518f3a60b3c7b8d7929a72aa23464ea5"
dependencies = [
 "gfx",
 "gfx_text",
 "vecmath",
]

[[package]]
name = "gfx_text"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e966a84a191a5cc21a92d57cb0f091a1cc51630a2411e8d1cb455a8a5dc06e17"
dependencies = [
 "freetype-rs",
 "gfx",
]

[[package]]
name = "libc"
version = "0.2.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"

[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"

[[package]]
name = "piston-float"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad78bf43dcf80e8f950c92b84f938a0fc7590b7f6866fbcbeca781609c115590"

[[package]]
name = "piston-viewport"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ecaf8ae0d71dd9cdbbd8662b47659621c09430ff3cb880d154858d3b8ac001"
dependencies = [
 "piston-float",
]

[[package]]
name = "pistoncore-input"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2977fed6eb16c554fd445a09a50c8a0c250f4c50f752be46a7bd9dcc5ba471f0"
dependencies = [
 "bitflags 1.3.2",
 "piston-viewport",
 "serde",
 "serde_derive",
]

[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"

[[package]]
name = "proc-macro2"
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "syn"
version = "2.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "vecmath"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "956ae1e0d85bca567dee1dcf87fb1ca2e792792f66f87dced8381f99cd91156a"
dependencies = [
 "piston-float",
]