mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
144 lines
4.1 KiB
Diff
144 lines
4.1 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 255a7db..ea41135 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -279,7 +279,7 @@ version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
dependencies = [
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -290,7 +290,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
dependencies = [
|
|
"anstyle",
|
|
"once_cell_polyfill",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1920,7 +1920,7 @@ dependencies = [
|
|
"libc",
|
|
"option-ext",
|
|
"redox_users 0.5.2",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2002,7 +2002,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
|
[[package]]
|
|
name = "dpi"
|
|
version = "0.1.1"
|
|
-source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13-rc#dd46a1499bcc38f2134ab869e8860a32e091c55b"
|
|
+source = "git+https://gitlab.redox-os.org/redox-os/winit?branch=redox-0.30.5#a0d14b4f2466afec886bcfb7e5d5d7eb9d703a60"
|
|
|
|
[[package]]
|
|
name = "drm"
|
|
@@ -2138,7 +2138,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
dependencies = [
|
|
"libc",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4001,7 +4001,7 @@ dependencies = [
|
|
"portable-atomic",
|
|
"portable-atomic-util",
|
|
"serde_core",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4290,7 +4290,7 @@ version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "770919970f7d2f74fea948900d35e2ef64f44129e8ae4015f59de1f0aca7c2a5"
|
|
dependencies = [
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4744,7 +4744,7 @@ version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
|
|
dependencies = [
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -5023,7 +5023,7 @@ version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
|
|
dependencies = [
|
|
- "proc-macro-crate 3.4.0",
|
|
+ "proc-macro-crate 1.3.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.117",
|
|
@@ -5371,7 +5371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
|
|
dependencies = [
|
|
"libc",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -6420,7 +6420,7 @@ dependencies = [
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys 0.12.1",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -7058,7 +7058,7 @@ dependencies = [
|
|
"getrandom 0.4.1",
|
|
"once_cell",
|
|
"rustix 1.1.4",
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -8104,7 +8104,7 @@ version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
dependencies = [
|
|
- "windows-sys 0.61.2",
|
|
+ "windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -8603,7 +8603,7 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
[[package]]
|
|
name = "winit"
|
|
version = "0.30.5"
|
|
-source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13-rc#dd46a1499bcc38f2134ab869e8860a32e091c55b"
|
|
+source = "git+https://gitlab.redox-os.org/redox-os/winit?branch=redox-0.30.5#a0d14b4f2466afec886bcfb7e5d5d7eb9d703a60"
|
|
dependencies = [
|
|
"ahash",
|
|
"android-activity",
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index f0a89be..e0b49fd 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -66,6 +66,8 @@ password_manager = ["secret-service", "thiserror", "secstr"]
|
|
inherits = "release"
|
|
debug = true
|
|
|
|
+[patch.'https://github.com/pop-os/winit']
|
|
+winit = { git = "https://gitlab.redox-os.org/redox-os/winit", branch = "redox-0.30.5" }
|
|
|
|
# [patch.'https://github.com/pop-os/libcosmic']
|
|
# libcosmic = { path = "../libcosmic" }
|