update Cargo.lock

This commit is contained in:
Simon Gardling 2022-05-16 11:40:19 -04:00
parent 1f39756998
commit c12f74321c

37
Cargo.lock generated
View File

@ -345,12 +345,6 @@ dependencies = [
"objc", "objc",
] ]
[[package]]
name = "color-hex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecdffb913a326b6c642290a0d0ec8e8d6597291acdc07cc4c9cb4b3635d44cf9"
[[package]] [[package]]
name = "combine" name = "combine"
version = "4.6.4" version = "4.6.4"
@ -659,7 +653,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]] [[package]]
name = "eframe" name = "eframe"
version = "0.18.0" version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#865fecd46ab376c3c09f631216b8a8c7b127d8a1" source = "git+https://github.com/Titaniumtown/egui.git#ab3318c7251f464bc15ccfbbc0c727e90fd3b634"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"egui", "egui",
@ -679,7 +673,7 @@ dependencies = [
[[package]] [[package]]
name = "egui" name = "egui"
version = "0.18.1" version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#865fecd46ab376c3c09f631216b8a8c7b127d8a1" source = "git+https://github.com/Titaniumtown/egui.git#ab3318c7251f464bc15ccfbbc0c727e90fd3b634"
dependencies = [ dependencies = [
"ahash", "ahash",
"epaint", "epaint",
@ -690,11 +684,12 @@ dependencies = [
[[package]] [[package]]
name = "egui-winit" name = "egui-winit"
version = "0.18.0" version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#865fecd46ab376c3c09f631216b8a8c7b127d8a1" source = "git+https://github.com/Titaniumtown/egui.git#ab3318c7251f464bc15ccfbbc0c727e90fd3b634"
dependencies = [ dependencies = [
"arboard", "arboard",
"egui", "egui",
"instant", "instant",
"smithay-clipboard",
"tracing", "tracing",
"webbrowser", "webbrowser",
"winit", "winit",
@ -703,7 +698,7 @@ dependencies = [
[[package]] [[package]]
name = "egui_glow" name = "egui_glow"
version = "0.18.1" version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#865fecd46ab376c3c09f631216b8a8c7b127d8a1" source = "git+https://github.com/Titaniumtown/egui.git#ab3318c7251f464bc15ccfbbc0c727e90fd3b634"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"egui", "egui",
@ -723,25 +718,22 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]] [[package]]
name = "emath" name = "emath"
version = "0.18.0" version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#865fecd46ab376c3c09f631216b8a8c7b127d8a1" source = "git+https://github.com/Titaniumtown/egui.git#ab3318c7251f464bc15ccfbbc0c727e90fd3b634"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"libm",
"serde", "serde",
] ]
[[package]] [[package]]
name = "epaint" name = "epaint"
version = "0.18.1" version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#865fecd46ab376c3c09f631216b8a8c7b127d8a1" source = "git+https://github.com/Titaniumtown/egui.git#ab3318c7251f464bc15ccfbbc0c727e90fd3b634"
dependencies = [ dependencies = [
"ab_glyph", "ab_glyph",
"ahash", "ahash",
"atomic_refcell", "atomic_refcell",
"bytemuck", "bytemuck",
"color-hex",
"emath", "emath",
"libm",
"nohash-hasher", "nohash-hasher",
"parking_lot 0.12.0", "parking_lot 0.12.0",
"serde", "serde",
@ -1146,11 +1138,6 @@ dependencies = [
"winapi", "winapi",
] ]
[[package]]
name = "libm"
version = "0.2.2"
source = "git+https://github.com/phip1611/libm.git?branch=const-functions#d447daef3b9a4de4b1aaf6b87f09fbe20f5ded09"
[[package]] [[package]]
name = "libz-sys" name = "libz-sys"
version = "1.1.6" version = "1.1.6"
@ -2072,6 +2059,16 @@ dependencies = [
"wayland-protocols", "wayland-protocols",
] ]
[[package]]
name = "smithay-clipboard"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "610b551bd25378bfd2b8e7a0fcbd83d427e8f2f6a40c47ae0f70688e9949dd55"
dependencies = [
"smithay-client-toolkit",
"wayland-client",
]
[[package]] [[package]]
name = "stable_deref_trait" name = "stable_deref_trait"
version = "1.2.0" version = "1.2.0"