From e1b0b434a90f6f04206d3f5e313e6c47c7332787 Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Sun, 12 Jun 2022 11:39:04 -0700 Subject: [PATCH] rename --- Cargo.toml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1c1d782..cbe10d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "ux-mediapipe" +name = "mediapipe" version = "0.1.0" -documentation = "https://docs.rs/ux-mediapipe" +# documentation = "https://docs.rs/ux-mediapipe" description = "Rusty bindings for Google mediapipe" license = "MPL-2.0" edition = "2018" diff --git a/README.md b/README.md index 10d5123..6d6766a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ux-mediapipe +# mediapipe-rs Rust and mediapipe. @@ -48,7 +48,7 @@ cargo run --release --example hello Add the following to your dependencies list in `Cargo.toml`: ```toml -ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" } +mediapipe = { git = "https://github.com/julesyoungberg/mediapipe-rs" } ``` Mediapipe relies on tflite files which must be available at `./mediapipe/modules/`. The easiest way to do this is