File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " splashsurf"
33version = " 0.1.0"
44authors = [" Fabian Löschner <loeschner@cs.rwth-aachen.de>" ]
5+ license = " MIT"
6+ description = " Command-line tool for surface reconstruction of SPH particle data"
7+ readme = " README.md"
58edition = " 2018"
69
10+ homepage = " https://github.com/w1th0utnam3/splashsurf"
11+ repository = " https://github.com/w1th0utnam3/splashsurf"
12+
713[dependencies ]
814splashsurf_lib = { path = " ../splashsurf_lib" }
915structopt = " 0.3"
Original file line number Diff line number Diff line change 1+ # ![ splashsurf logo] ( https://raw.githubusercontent.com/w1th0utnam3/splashsurf/master/logos/logo_small.svg " splashsurf ")
2+ Command-line tool for surface reconstruction of SPH particle data
3+
4+ This readme is currently a placeholder that will be extended over time.
5+ For now, check the [ GitHub repository] ( https://github.com/w1th0utnam3/splashsurf ) for more information.
Original file line number Diff line number Diff line change 22name = " splashsurf_lib"
33version = " 0.1.0"
44authors = [" Fabian Löschner <loeschner@cs.rwth-aachen.de>" ]
5+ license = " MIT"
6+ description = " Library for surface reconstruction of SPH particle data"
7+ readme = " README.md"
58edition = " 2018"
69
10+ homepage = " https://github.com/w1th0utnam3/splashsurf"
11+ repository = " https://github.com/w1th0utnam3/splashsurf"
12+ documentation = " https://docs.rs/splashsurf_lib"
13+
14+ # Ignore the tests (especially the test mesh files) for publishing
15+ exclude = [
16+ " tests/*" ,
17+ ]
18+
719[dependencies ]
820log = " 0.4"
921nalgebra = " 0.21"
Original file line number Diff line number Diff line change 1+ # splashsurf_lib
2+ Library for surface reconstruction of SPH particle data
3+
4+ The library is mainly used by the ` splashsurf ` command-line tool which is [ also available] ( https://crates.io/crates/splashsurf ) on crates.io.
5+
6+ This readme is currently a placeholder that will be extended over time.
7+ For now, check the [ GitHub repository] ( https://github.com/w1th0utnam3/splashsurf ) for more information.
You can’t perform that action at this time.
0 commit comments