externc-libm/Cargo.toml

14 lines
297 B
TOML
Raw Normal View History

2021-08-06 14:54:24 +00:00
[package]
name = "externc-libm"
version = "0.1.0"
edition = "2018"
authors = [ "The LibM Team of HaruxOS" ]
description = "A port of `libm` that has all the required no_mangle and extern-cs for linking."
2022-01-03 12:13:38 +00:00
license = "MIT"
2021-08-06 15:15:59 +00:00
[dependencies]
libm = "0.2.1"
[features]
2022-01-03 12:13:38 +00:00
libm-unstable = ["libm/unstable"]