Skip to content

Commit f842a0b

Browse files
committed
android: support multiline ime hints
- android-activity: rust-mobile/android-activity#200 - winit: damus-io/winit@eaff639 - egui: damus-io/egui@113922d Signed-off-by: William Casarin <jb55@jb55.com>
1 parent c8d81a6 commit f842a0b

File tree

2 files changed

+43
-22
lines changed

2 files changed

+43
-22
lines changed

Cargo.lock

Lines changed: 36 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ strip = true # Strip symbols from binary*
9090
#egui_extras = { path = "/home/jb55/dev/github/emilk/egui/crates/egui_extras" }
9191
#epaint = { path = "/home/jb55/dev/github/emilk/egui/crates/epaint" }
9292

93-
egui = { git = "https://github.com/damus-io/egui", rev = "d9aa43e8f7e58d984cbd5f4d988595c34f09f824" }
94-
eframe = { git = "https://github.com/damus-io/egui", rev = "d9aa43e8f7e58d984cbd5f4d988595c34f09f824" }
95-
egui-winit = { git = "https://github.com/damus-io/egui", rev = "d9aa43e8f7e58d984cbd5f4d988595c34f09f824" }
96-
egui-wgpu = { git = "https://github.com/damus-io/egui", rev = "d9aa43e8f7e58d984cbd5f4d988595c34f09f824" }
97-
egui_extras = { git = "https://github.com/damus-io/egui", rev = "d9aa43e8f7e58d984cbd5f4d988595c34f09f824" }
98-
epaint = { git = "https://github.com/damus-io/egui", rev = "d9aa43e8f7e58d984cbd5f4d988595c34f09f824" }
93+
egui = { git = "https://github.com/damus-io/egui", rev = "bcc9074805b53cc935ab8e853929c914ca170b69" }
94+
eframe = { git = "https://github.com/damus-io/egui", rev = "bcc9074805b53cc935ab8e853929c914ca170b69" }
95+
egui-winit = { git = "https://github.com/damus-io/egui", rev = "bcc9074805b53cc935ab8e853929c914ca170b69" }
96+
egui-wgpu = { git = "https://github.com/damus-io/egui", rev = "bcc9074805b53cc935ab8e853929c914ca170b69" }
97+
egui_extras = { git = "https://github.com/damus-io/egui", rev = "bcc9074805b53cc935ab8e853929c914ca170b69" }
98+
epaint = { git = "https://github.com/damus-io/egui", rev = "bcc9074805b53cc935ab8e853929c914ca170b69" }
9999
puffin = { git = "https://github.com/jb55/puffin", package = "puffin", rev = "c6a6242adaf90b6292c0f462d2acd34d96d224d2" }
100100
puffin_egui = { git = "https://github.com/jb55/puffin", package = "puffin_egui", rev = "c6a6242adaf90b6292c0f462d2acd34d96d224d2" }
101101
#winit = { git = "https://github.com/damus-io/winit", rev = "14d61a74bee0c9863abe7ef28efae2c4d8bd3743" }
102102
#winit = { path = "/home/jb55/dev/github/rust-windowing/winit" }
103-
android-activity = { git = "https://github.com/damus-io/android-activity", rev = "7c8d44c1265c5cb5f0f15137c2e060991671def8" }
103+
#android-activity = { git = "https://github.com/damus-io/android-activity", rev = "7c8d44c1265c5cb5f0f15137c2e060991671def8" }
104104
#android-activity = { path = "/home/jb55/dev/github/rust-mobile/android-activity/android-activity" }

0 commit comments

Comments
 (0)