Use cvt from the cvt crate in winx

This commit is contained in:
Marcin Mielniczuk
2019-10-07 16:25:20 +02:00
committed by Jakub Konka
parent 692bb27209
commit 5dad532a43
2 changed files with 2 additions and 9 deletions

View File

@@ -9,3 +9,4 @@ description = "Windows API helper library"
[dependencies]
winapi = { version = "0.3", features = ["std", "errhandlingapi", "handleapi", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "ws2def", "fileapi", "aclapi" ] }
bitflags = "1.0"
cvt = "0.1"