app: stacked_cores: note about preservation
This commit is contained in:
@@ -4,8 +4,13 @@
|
|||||||
//! to run this, from toplevel directory:
|
//! to run this, from toplevel directory:
|
||||||
//! ```
|
//! ```
|
||||||
//! $ cargo run --release --bin stacked_cores
|
//! $ cargo run --release --bin stacked_cores
|
||||||
//! $ pushd crates/coremem; cargo run --release --bin viewer ../../out/applications/stacked_cores/0/ ; popd
|
//! $ cargo run --release --bin viewer out/applications/stacked_cores/0/
|
||||||
//! ```
|
//! ```
|
||||||
|
//!
|
||||||
|
//! this file is a massive collection of related experiments, and i like to be able to
|
||||||
|
//! re-run/vary/reference earlier experiments -- without hacking the git history -- so there's a
|
||||||
|
//! lot of stuff in this file, some of it apparently redundant, in order to keep those older
|
||||||
|
//! experiments working exactly as they originally did.
|
||||||
#![feature(generic_const_exprs)]
|
#![feature(generic_const_exprs)]
|
||||||
|
|
||||||
use coremem::geom::{Coord as _, Meters};
|
use coremem::geom::{Coord as _, Meters};
|
||||||
|
Reference in New Issue
Block a user