1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -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

@@ -6,8 +6,6 @@ license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
#egui = { git = "https://github.com/emilk/emigui" }
egui = { path = "../egui" }
#egui_glium = { git = "https://github.com/emilk/emigui" }
egui_glium = { path = "../egui_glium" }
serde = { version = "1", features = ["derive"] }