Change repo name to Manifold

Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
This commit is contained in:
Julius Koskela 2023-12-29 06:42:41 +02:00
parent 1c85daeb76
commit dfb76ae745
Signed by: julius
GPG Key ID: 5A7B7F4897C2914B
3 changed files with 15 additions and 15 deletions

26
Cargo.lock generated
View File

@ -47,6 +47,19 @@ version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "manifold"
version = "0.1.0"
dependencies = [
"bytemuck",
"getset",
"itertools",
"num",
"serde",
"serde_json",
"static_assertions",
]
[[package]]
name = "num"
version = "0.4.1"
@ -230,19 +243,6 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "tensorc"
version = "0.1.0"
dependencies = [
"bytemuck",
"getset",
"itertools",
"num",
"serde",
"serde_json",
"static_assertions",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"

View File

@ -1,5 +1,5 @@
[package]
name = "tensorc"
name = "manifold"
version = "0.1.0"
edition = "2021"

View File

@ -1,7 +1,7 @@
#![allow(mixed_script_confusables)]
#![allow(non_snake_case)]
use bytemuck::cast_slice;
use tensorc::*;
use manifold::*;
fn tensor_product() {
println!("Tensor Product\n");