alnilam-hal 0.0.4

Alnilam HAL
Documentation
[dependencies]

[lib]
crate-type = ["rlib"]
name = "alnilam_hal"
path = "lib.rs"

[package]
authors = ["TribuFu <contact@tribufu.com>"]
description = "Alnilam HAL"
edition = "2021"
license = "MIT"
name = "alnilam-hal"
publish = true
repository = "https://github.com/TribuFu/Engine"
version = "0.0.4"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc]
version = "0.2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus]
version = "1.13.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon]
version = "1.5.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sysinfo]
version = "0.29.9"