]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/crates/std_float/Cargo.toml
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / library / portable-simd / crates / std_float / Cargo.toml
1 [package]
2 name = "std_float"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 core_simd = { path = "../core_simd", default-features = false }
10
11 [features]
12 default = ["as_crate"]
13 as_crate = []