Skip to content

Commit

Permalink
Update to vi-rs 0.6.0 and bump to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
huytd committed May 21, 2024
1 parent 86980bb commit 14dc903
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 47 deletions.
90 changes: 46 additions & 44 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
description = "Bộ gõ tiếng Việt mã nguồn mở đa hệ điều hành Gõ Key"
edition = "2021"
name = "goxkey"
version = "0.2.6"
version = "0.2.7"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
env_logger = "0.10.0"
libc = "0.2.139"
log = "0.4.17"
vi = { git = "https://github.com/zerox-dg/vi-rs", branch = "master" }
vi = "0.6.0"
bitflags = "1.3.2"
druid = { features = ["image", "png"], git = "https://github.com/huytd/druid", branch = "master" }
once_cell = "1.17.0"
Expand All @@ -33,4 +33,4 @@ copyright = "Copyright (c) Huy Tran 2023. All rights reserved."
icon = ["icons/icon.icns", "icons/icon.png"]
identifier = "com.goxkey.app"
name = "GoKey"
version = "0.2.6"
version = "0.2.7"

0 comments on commit 14dc903

Please sign in to comment.