diff --git a/Cargo.toml b/Cargo.toml index be1c693..cf849cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"