fltk-table 0.1.3

A smart table widget for fltk-rs
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 = "cc"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"

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

[[package]]
name = "fltk"
version = "1.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "545fd3bc97781edce1a5546942f505326002ee9d419d3dab32a81e21e9cbc3e7"
dependencies = [
 "bitflags",
 "fltk-sys",
 "paste",
]

[[package]]
name = "fltk-sys"
version = "1.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6565bde6c977f4133d7a477b227f58fbe812c996ca27eac74efa9b08281c8ea"
dependencies = [
 "cmake",
]

[[package]]
name = "fltk-table"
version = "0.1.3"
dependencies = [
 "fltk",
]

[[package]]
name = "paste"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"