Skip to content

Commit f47ffd3

Browse files
authored
Finish moving lmathlib, removing the C file (#14)
* Finish moving lmathlib, removing the C file * cargo fmt
1 parent 24849bd commit f47ffd3

File tree

5 files changed

+203
-207
lines changed

5 files changed

+203
-207
lines changed

Cargo.lock

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ bench = false
1111

1212
[dependencies]
1313
libc = "0.2"
14+
rand = "0.8.5"
1415

1516
[build-dependencies]
1617
cc = "1.0"

build/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fn main() {
1616
.file("build/lcorolib.c")
1717
.file("build/ldblib.c")
1818
.file("build/liolib.c")
19-
.file("build/lmathlib.c")
2019
.file("build/loslib.c")
2120
.file("build/lstrlib.c")
2221
.file("build/lua.c")

build/lmathlib.c

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)