This commit is contained in:
parent
8d7db5788a
commit
bae4c70208
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue