From 8b8c1b6b93e6b8b150ca03e0a245f78c0723ff57 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 18 Mar 2024 18:40:31 -0400 Subject: [PATCH] Move local deps to git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf849cd..75abd41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ opt-level = 2 [build-dependencies] databake = "0.1.7" glob = "0.3.1" -jotdown = { version = "0.3.2", path = "../jotdown", features = ["parser"] } +jotdown = { git = "https://git.nations.lol/fnmain/jotdown", features = ["parser"] } # If you want to use the bleeding edge version of egui and eframe: # egui = { git = "https://github.com/emilk/egui", branch = "master" }