feat: Use the git version of mnn-rs with a patch to local

This commit is contained in:
uttarayan21
2025-07-17 21:49:50 +05:30
parent dc43fd319a
commit c751654799
3 changed files with 15 additions and 8 deletions

2
Cargo.lock generated
View File

@@ -1210,6 +1210,7 @@ dependencies = [
[[package]]
name = "mnn-bridge"
version = "0.1.0"
source = "git+https://github.com/uttarayan21/mnn-rs?branch=restructure-tensor-type#6ce7bfda5a030afaca64f72d2e3040a9a3ae6b02"
dependencies = [
"error-stack",
"mnn",
@@ -1219,6 +1220,7 @@ dependencies = [
[[package]]
name = "mnn-sync"
version = "0.1.0"
source = "git+https://github.com/uttarayan21/mnn-rs?branch=restructure-tensor-type#6ce7bfda5a030afaca64f72d2e3040a9a3ae6b02"
dependencies = [
"error-stack",
"flume",