From 5e346bf5355e17eeaf3c9a96e684f6118e926080 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 23 Jul 2026 18:51:32 +0300 Subject: [PATCH] Added Visualisation engine on rhai --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c0af2d..3c518a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ libc = "0.2.186" # Build against the local frid checkout; drop (or keep, for local # development) once the frid changes are pushed and the lock is updated. [patch."https://gt.hexor.cy/ab/frid.git"] -music-dht = { path = "../frid/crates/music-dht" } +music-dht = { git = "https://gt.hexor.cy/ab/frid.git" }