version = 3
[[package]]
name = "ash"
version = "0.37.2+1.3.238"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
[[package]]
name = "beryllium"
version = "0.12.3"
dependencies = [
"ash",
"bytemuck",
"fermium",
"objc",
"raw_vulkan_handle",
"zstring",
]
[[package]]
name = "bool32"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8459737325e57ad10b38dc1af42f9228005dd6a3e9f43bdd76c8ceb6e9c46fc"
[[package]]
name = "bytemuck"
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
[[package]]
name = "fermium"
version = "22604.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b08a8093682a39a7293b1fb718e60230d5c20c5400862f84a3b6447c3add32e7"
dependencies = [
"bool32",
"raw_vulkan_handle",
]
[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "ptr_iter"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "331cd2c60ff9d3f52f319b935028b91be5fadb93ca413f408747d91dca3aff28"
[[package]]
name = "raw_vulkan_handle"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dbf645f0376dccfbdfbb666545f389d8f836fb3607d9ba9fd8e652035ee4b2"
[[package]]
name = "zstring"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d64ee5f783fceb29945c98a527108dc9f940fc6c339337f6f939f325e25bc68"
dependencies = [
"ptr_iter",
]