updating gitignores, adding example
This commit is contained in:
parent
ff81a450c7
commit
cd327c6acc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/target
|
||||
Cargo.lock
|
2
examples/particles/.gitignore
vendored
Normal file
2
examples/particles/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
Cargo.lock
|
9
examples/particles/Cargo.toml
Normal file
9
examples/particles/Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "particles"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
hypoloop = "0.1.1"
|
3
examples/particles/src/main.rs
Normal file
3
examples/particles/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
hypoloop::run_simulation();
|
||||
}
|
Loading…
Reference in New Issue
Block a user