1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Fix some links

This commit is contained in:
Emil Ernerfeldt
2020-08-09 17:46:00 +02:00
parent d35be05731
commit 1483455630
5 changed files with 2 additions and 8 deletions

View File

@@ -9,9 +9,7 @@ edition = "2018"
crate-type = ["cdylib", "rlib"]
[dependencies]
# egui = { git = "https://github.com/emilk/emigui", features = ["serde"] }
egui = { path = "../egui", features = ["serde"] }
# egui_web = { git = "https://github.com/emilk/emigui" }
egui_web = { path = "../egui_web" }
js-sys = "0.3"
serde = { version = "1", features = ["derive"] }