android: update to latest winit/egui/android-activity
so we can start fixing this shit Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -62,10 +62,6 @@ bincode = "1.3.3"
|
||||
mime_guess = "2.0.5"
|
||||
pretty_assertions = "1.4.1"
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1" }
|
||||
epaint = { git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1" }
|
||||
|
||||
[profile.small]
|
||||
inherits = 'release'
|
||||
opt-level = 'z' # Optimize for size
|
||||
@@ -73,3 +69,12 @@ lto = true # Enable link-time optimization
|
||||
codegen-units = 1 # Reduce number of codegen units to increase optimizations
|
||||
panic = 'abort' # Abort on panic
|
||||
strip = true # Strip symbols from binary*
|
||||
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { git = "https://github.com/jb55/egui", rev = "03c769a3576920d5e33e01c06167e7c67d296625" }
|
||||
eframe = { git = "https://github.com/jb55/egui", rev = "03c769a3576920d5e33e01c06167e7c67d296625" }
|
||||
egui-winit = { git = "https://github.com/jb55/egui", rev = "03c769a3576920d5e33e01c06167e7c67d296625" }
|
||||
egui_extras = { git = "https://github.com/jb55/egui", rev = "03c769a3576920d5e33e01c06167e7c67d296625" }
|
||||
# on master was git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1"
|
||||
epaint = { git = "https://github.com/jb55/egui", rev = "03c769a3576920d5e33e01c06167e7c67d296625" }
|
||||
|
||||
Reference in New Issue
Block a user