3699b53ba2
Add a crate with stubbed functions for the float.h header.
12 lines
240 B
TOML
12 lines
240 B
TOML
[package]
|
|
name = "float"
|
|
version = "0.1.0"
|
|
authors = ["Dan Robertson <danlrobertson89@gmail.com>"]
|
|
|
|
[build-dependencies]
|
|
cbindgen = { path = "../../cbindgen" }
|
|
|
|
[dependencies]
|
|
platform = { path = "../platform" }
|
|
fenv = { path = "../fenv" }
|