Move local deps to git
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2024-03-18 18:40:31 -04:00
parent bae4c70208
commit 8b8c1b6b93
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -50,7 +50,7 @@ opt-level = 2
[build-dependencies] [build-dependencies]
databake = "0.1.7" databake = "0.1.7"
glob = "0.3.1" 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: # If you want to use the bleeding edge version of egui and eframe:
# egui = { git = "https://github.com/emilk/egui", branch = "master" } # egui = { git = "https://github.com/emilk/egui", branch = "master" }