mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
[eframe] Add missing version numbers to dependencies
This commit is contained in:
@@ -20,11 +20,11 @@ epi = { version = "0.7.0", path = "../epi" }
|
|||||||
|
|
||||||
# For compiling natively:
|
# For compiling natively:
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
egui_glium = { path = "../egui_glium" }
|
egui_glium = { version = "0.7.0", path = "../egui_glium" }
|
||||||
|
|
||||||
# For compiling to web:
|
# For compiling to web:
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
egui_web = { path = "../egui_web" }
|
egui_web = { version = "0.7.0", path = "../egui_web" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user