archmage 0.2.0

Safely invoke your intrinsic power, using the tokens granted to you by the CPU. Cast primitive magics faster than any mage alive.
Documentation
# Cross configuration for cross-compilation and testing
# See: https://github.com/cross-rs/cross

[build.env]
passthrough = [
    "RUST_BACKTRACE",
    "RUST_LOG",
]

# i686 (32-bit x86 Linux)
[target.i686-unknown-linux-gnu]
# Uses QEMU for testing

# aarch64 (64-bit ARM Linux)
[target.aarch64-unknown-linux-gnu]
# Uses QEMU for testing

# armv7 (32-bit ARM Linux with hardware float)
[target.armv7-unknown-linux-gnueabihf]
# Uses QEMU for testing