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" }