rust/library/portable-simd/crates/std_float/Cargo.toml

14 lines
291 B
TOML
Raw Normal View History

[package]
name = "std_float"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
core_simd = { path = "../core_simd", default-features = false }
[features]
default = ["as_crate"]
as_crate = []