# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "az" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" [[package]] name = "bitfrob" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4de3bf9292416bc27b97603d1af580e4253138851ce3898f878807b898e90d2d" [[package]] name = "bracer" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00248d542917c4ef013367c0907300e9befbbc1f99b12938c9e5a356ab50582d" [[package]] name = "bytemuck" version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "critical-section" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crunchy" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "fixed" version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85c6e0b89bf864acd20590dbdbad56f69aeb898abfc9443008fd7bd48b2cc85a" dependencies = [ "az", "bytemuck", "half", "typenum", ] [[package]] name = "gba" version = "0.13.2" dependencies = [ "bitfrob", "bracer", "bytemuck", "critical-section", "fixed", "voladdress", ] [[package]] name = "half" version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" dependencies = [ "cfg-if", "crunchy", ] [[package]] name = "typenum" version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "voladdress" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75f4a9a7c7e717541992e2405d44d12fb019db4117ec9fcca84b784060b27084"