Skip to content

Commit

Permalink
Initial commit (copy with no history from internal repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlon committed Oct 19, 2021
0 parents commit ea2b990
Show file tree
Hide file tree
Showing 205 changed files with 70,924 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]
# Make sure we always build for local CPU in order to maximize performance: there's rarely if ever a case where
# we want to transfer the binary to a different computer (in which case this would have to be overridden)
rustflags = ["-C", "target-cpu=native"]
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
assets/**/*.msh filter=lfs diff=lfs merge=lfs -text
assets/**/*.vtk filter=lfs diff=lfs merge=lfs -text
assets/**/*.svg filter=lfs diff=lfs merge=lfs -text
*.blend filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/data
/target
/.idea
.ipynb_checkpoints/
**/*.rs.bk
Loading

0 comments on commit ea2b990

Please sign in to comment.