mirror of
https://github.com/helix-editor/termina.git
synced 2025-10-06 00:22:43 +02:00
Loosen requirement on windows-sys
This commit is contained in:
@@ -32,7 +32,8 @@ features = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.windows-sys]
|
[target.'cfg(windows)'.dependencies.windows-sys]
|
||||||
version = "0.59"
|
# TODO: this could probably be loosened.
|
||||||
|
version = ">=0.59"
|
||||||
default-features = false
|
default-features = false
|
||||||
# https://microsoft.github.io/windows-rs/features/#/0.59.0/search
|
# https://microsoft.github.io/windows-rs/features/#/0.59.0/search
|
||||||
features = [
|
features = [
|
||||||
|
Reference in New Issue
Block a user