Skip to content

Commit 9874e03

Browse files
Merge pull request #141 from FrameworkComputer/updates
Update dependencies
2 parents 0204b43 + 18fbf28 commit 9874e03

31 files changed

Lines changed: 1504 additions & 915 deletions

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rustflags = [
1515
# trap unreachable can save a lot of space, but requires nightly compiler.
1616
# uncomment the next line if you wish to enable it
1717
# "-Z", "trap-unreachable=no",
18-
"-C", "inline-threshold=5",
18+
"-C", "llvm-args=--inline-threshold=5",
1919
"-C", "no-vectorize-loops",
2020
]
2121

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ _version.py
2828
build/
2929
dist/
3030
ledmatrix_control.spec
31+
32+
# devenv
33+
.devenv/
34+
.devenv.flake.nix

0 commit comments

Comments
 (0)