Skip to content

Commit

Permalink
feat: show header
Browse files Browse the repository at this point in the history
  • Loading branch information
pombadev committed Nov 18, 2022
1 parent 3ec79b5 commit 47cbf3c
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 581 deletions.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
rustflags = "-C target-cpu=native -C link-arg=-s"
rustflags = "-C target-cpu=native"
18 changes: 15 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/target
.idea
.vscode
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# 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

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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"heim",
"ikill"
]
}
Loading

0 comments on commit 47cbf3c

Please sign in to comment.