Misc notes in README; minor fix in tests

This commit is contained in:
Chris Hodapp 2021-07-27 13:41:44 -04:00
parent 1c9053a5ad
commit e6c53fafdb
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@ Experiments in procedural meshes in Rust
More detailed docs and examples forthcoming.
Due to some issues explained a little bit below and a little bit in
other blog posts, I'm now treating this as maintenance-only and not as
an active project.
(TODO: Link to these posts)
## General Notes & History
This particular code base was started around 2019 December

View File

@ -72,7 +72,7 @@ mod tests {
}
#[test]
fn tree_thing() {
fn tree_thing1() {
let name = "tree_thing";
println!("---------------------------------------------------");
let b = examples::TreeThing::new(0.6, 10);