Skip to content

Commit

Permalink
feat: mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio committed Apr 22, 2022
1 parent 64bea1a commit 866d6f4
Show file tree
Hide file tree
Showing 20 changed files with 3,585 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
@@ -0,0 +1,2 @@
[build]
rustflags = ["-Clink-arg=-fuse-ld=lld"]
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -4,7 +4,10 @@

# 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

# Static Files
/screenshots/

0 comments on commit 866d6f4

Please sign in to comment.