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:34:10 -04:00
parent 8d7db5788a
commit bae4c70208
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -7,7 +7,7 @@ rust-version = "1.72"
[dependencies]
cosmic-jotdown = { version = "0.1.0", path = "../cosmic-jotdown" }
cosmic-jotdown = { git = "https://git.nations.lol/fnmain/cosmic-jotdown" }
eframe = { version = "0.26.2", default-features = false, features = [
"accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
# "default_fonts",
@ -15,7 +15,7 @@ eframe = { version = "0.26.2", default-features = false, features = [
"x11",
"wayland",
] }
egui-glyphon = { version = "0.1.0", path = "../egui-glyphon" }
egui-glyphon = { git = "https://git.nations.lol/fnmain/egui-glyphon" }
egui_extras = { version = "0.26.2", features = ["image", "http", "file"] }
encase = { version = "0.7.0", features = ["glam"] }
glam = "0.25.0"