1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00
This commit is contained in:
Konkitoman
2023-09-01 12:09:01 +03:00
parent 661120dc1d
commit 4eb32c6ccf
10 changed files with 22 additions and 37 deletions

8
Cargo.lock generated
View File

@@ -2159,7 +2159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi 0.3.2",
"rustix 0.38.10",
"rustix 0.38.11",
"windows-sys 0.48.0",
]
@@ -3244,9 +3244,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.10"
version = "0.38.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964"
checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
dependencies = [
"bitflags 2.4.0",
"errno",
@@ -3695,7 +3695,7 @@ dependencies = [
"cfg-if",
"fastrand 2.0.0",
"redox_syscall 0.3.5",
"rustix 0.38.10",
"rustix 0.38.11",
"windows-sys 0.48.0",
]