externc-libm/Cargo.toml

13 lines
303 B
TOML
Raw Normal View History

2021-08-06 09:54:24 -05: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."
2021-08-16 22:10:41 -05:00
license = "Apache-2.0"
2021-08-06 10:15:59 -05:00
[dependencies]
libm = "0.2.1"
[features]
libm-unstable = ["libm/unstable"]