remove f64 maths from stdlib
This commit is contained in:
parent
1de2322110
commit
3868298f00
3 changed files with 8 additions and 116 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue