Skip to content

Commit 24bab69

Browse files
ids1024jackpot51
authored andcommitted
improv: Make application::Keyboard a GTK widget
This helps with some things. Having to use `OnceCell` is mildly annoying.
1 parent 999b2e6 commit 24bab69

File tree

5 files changed

+204
-106
lines changed

5 files changed

+204
-106
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ gtk = { version = "0.9", features = ["v3_22"] }
2424
gtk-sys = "0.10"
2525
hidapi = "1.2"
2626
libc = "0.2"
27+
once_cell = "1.4"
2728
palette = "0.5"
2829
serde = { version = "1.0", features = ["derive"] }
2930
serde_json = "1.0"

0 commit comments

Comments
 (0)