Skip to content

Commit

Permalink
Merge pull request #10 from quartiq/egui
Browse files Browse the repository at this point in the history
PSD app for FLS, egui
  • Loading branch information
jordens authored Sep 19, 2023
2 parents 43ed7d5 + b0e893a commit d8fca99
Show file tree
Hide file tree
Showing 16 changed files with 3,987 additions and 238 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Loading

0 comments on commit d8fca99

Please sign in to comment.