# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "bitflags" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c" [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "gl" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49ebe979cceece1723641c970e86d0ff13d083635333ac2705fcfe24b2923da8" dependencies = [ "gl_generator", "khronos_api", ] [[package]] name = "gl_generator" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37905b2d6c7ade3f675d4b03cc038709c7868b938c5950f05a4a03f299b21011" dependencies = [ "khronos_api", "log 0.3.9", "xml-rs", ] [[package]] name = "khronos_api" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5a08e2a31d665af8f1ca437eab6d00a93c9d62a549f73f9ed8fc2e55b5a91a7" [[package]] name = "libc" version = "0.2.66" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" [[package]] name = "log" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ "log 0.4.8", ] [[package]] name = "log" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" dependencies = [ "cfg-if", ] [[package]] name = "memchr" version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "pkg-config" version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" [[package]] name = "quick-xml" version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b" dependencies = [ "memchr", ] [[package]] name = "x11" version = "2.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39697e3123f715483d311b5826e254b6f3cfebdd83cf7ef3358f579c3d68e235" dependencies = [ "libc", "pkg-config", ] [[package]] name = "xcb" version = "0.10.1" dependencies = [ "gl", "libc", "log 0.4.8", "quick-xml", "x11", ] [[package]] name = "xml-rs" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d7c34f934fa02d71d33e03f2eceecd0adfe881d9acddbbd908318e12d449ebf" dependencies = [ "bitflags", ]