Skip to content

Commit

Permalink
feat(keyboard): add layouts and their variants to the xkb config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Mar 29, 2024
1 parent 56abfff commit 22e9353
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 51 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["cosmic-settings", "page", "pages/*"]
members = [ "cosmic-settings", "page", "pages/*"]
default-members = ["cosmic-settings"]
resolver = "2"
rust-version = "1.71.0"
Expand Down
1 change: 1 addition & 0 deletions cosmic-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static_init = "1.0.3"
clap = {version = "4.4.18", features = ["derive"] }
itoa = "1.0.10"
futures = { package = "futures-lite", version = "2.2.0" }
xkb-data = "0.1.0"

[dependencies.i18n-embed]
version = "0.14.1"
Expand Down
Loading

0 comments on commit 22e9353

Please sign in to comment.