From 20d399c83a2fb13e2fb1cab142cc491ef4a49a08 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 21 Feb 2021 12:58:48 +0100 Subject: [PATCH] Add docs about [patch.crates-io] and a shortcut to use latest master --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04723ba..c9973ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,10 @@ persistence = ["eframe/persistence", "serde"] # Enable if you want to persist ap [profile.release] opt-level = 2 # fast and small wasm -# [patch.crates-io] +[patch.crates-io] + +# If you want to use the bleeding edge version of `egui`: +# eframe = { git = "https://github.com/emilk/egui", branch = "master" } + +# If you fork https://github.com/emilk/egui you can test with: # eframe = { path = "../egui/eframe" }