Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 27a67af

Browse files
authored
Merge pull request #4 from raphlinus/winapi-0.3.5
Update to winapi 0.3.5
2 parents 49a60d4 + 90b7915 commit 27a67af

File tree

6 files changed

+153
-135
lines changed

6 files changed

+153
-135
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Windows front-end for xi editor."
77

88
[dependencies]
99
directwrite = "0.1.2"
10-
direct2d = "0.1.1"
10+
direct2d = "0.1.3"
1111

1212
xi-core-lib = { git = "https://github.com/google/xi-editor" }
1313
xi-rpc = { git = "https://github.com/google/xi-editor" }
@@ -18,5 +18,5 @@ serde_json = "1.0"
1818
path = "xi-win-shell"
1919

2020
[dependencies.winapi]
21-
version = "0.3"
21+
version = "0.3.5"
2222
features = ["d2d1_1", "dwrite", "winbase", "libloaderapi", "errhandlingapi", "winuser", "shellscalingapi", "shobjidl", "combaseapi", "synchapi"]

0 commit comments

Comments
 (0)