diff --git a/eframe/Cargo.toml b/eframe/Cargo.toml index d83e8c5a..d8f3cbea 100644 --- a/eframe/Cargo.toml +++ b/eframe/Cargo.toml @@ -20,11 +20,11 @@ epi = { version = "0.7.0", path = "../epi" } # For compiling natively: [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: [target.'cfg(target_arch = "wasm32")'.dependencies] -egui_web = { path = "../egui_web" } +egui_web = { version = "0.7.0", path = "../egui_web" } [features] default = []