Skip to content

Commit

Permalink
refactor: rust rewrite, dynamic reconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Mar 6, 2022
1 parent 5de8b6b commit e290602
Show file tree
Hide file tree
Showing 56 changed files with 4,960 additions and 2,028 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-cc"
runner = "wine64"
4 changes: 1 addition & 3 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.2.3/direnvrc" "sha256-/aHqL/6nLpHcZJcB5/7/5+mO338l28uFbq88DMfWJn4="

use flake
use flake .#default
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
driver_lighthouse_proxy.so
/target
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hard_tabs = true
Loading

0 comments on commit e290602

Please sign in to comment.