add a new crate where i'll explicitly simulate the inverter i hypothesize in an upcoming blog about this project

This commit is contained in:
2022-07-15 17:13:41 -07:00
parent ee0d36d384
commit b778acfd28
4 changed files with 51 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -1241,6 +1241,13 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5474f8732dc7e0635ae9df6595bcd39cd30e3cfe8479850d4fa3e69306c19712"
[[package]]
name = "multi_core_inverter"
version = "0.1.0"
dependencies = [
"coremem",
]
[[package]]
name = "naga"
version = "0.8.5"