Skip to content

Commit 1906d87

Browse files
committed
porting progress checkpoint
1 parent 5a7d0a0 commit 1906d87

83 files changed

Lines changed: 6322 additions & 6925 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ panic = "abort"
3737

3838
[alias]
3939
xtask = "run --manifest-path ./xtask/Cargo.toml --"
40+
41+
[patch.crates-io]
42+
hypercurve = { path = "../hypercurve" }
43+
hyperlattice = { path = "../hyperlattice" }
44+
hypermesh = { path = "../hypermesh" }
45+
hyperphysics = { path = "../hyperphysics" }
46+
hyperreal = { path = "../hyperreal" }
47+
hypertri = { path = "../hypertri" }

0 commit comments

Comments
 (0)