remove f64 maths from stdlib

This commit is contained in:
Matthieu Jolimaitre 2024-10-25 00:50:54 +02:00
parent 1de2322110
commit 3868298f00
3 changed files with 8 additions and 116 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
chumsky = { version = "0.9.3", default-features = false, features = [
"ahash",
"spill-stack",
# "spill-stack",
] }
hashbrown = { version = "0.15.0", default-features = false, features = [
# "core",
@ -15,6 +15,7 @@ hashbrown = { version = "0.15.0", default-features = false, features = [
# "equivalent",
"default-hasher",
] }
libm = "0.2.8"
# backtrace-on-stack-overflow = "0.3.0"
[[bin]]