mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Upgraded egui_winit_platform to 0.8
This commit is contained in:
parent
71707f3ada
commit
6fff845ae9
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1459,9 +1459,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_winit_platform"
|
name = "egui_winit_platform"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69ff13f463b60b77361ddf2125e6cbfe410fc66bf4004a8e720508ce9027a6b6"
|
checksum = "cd4cf17c0cd4dbcf2f8fef55a3592b9b7cfd970576c7302d8ba5c521b8560371"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui",
|
"egui",
|
||||||
"winit",
|
"winit",
|
||||||
|
@ -69,7 +69,7 @@ keyboard-keynames = { git = "https://gitlab.com/Frinksy/keyboard-keynames.git",
|
|||||||
# EGUI
|
# EGUI
|
||||||
egui = {version = "0.12", optional = true }
|
egui = {version = "0.12", optional = true }
|
||||||
egui_wgpu_backend = {git = "https://github.com/hasenbanck/egui_wgpu_backend.git", rev = "63a002c6a9b6c016e45806dd065864431caab621", optional = true }
|
egui_wgpu_backend = {git = "https://github.com/hasenbanck/egui_wgpu_backend.git", rev = "63a002c6a9b6c016e45806dd065864431caab621", optional = true }
|
||||||
egui_winit_platform = {version = "0.7", optional = true }
|
egui_winit_platform = {version = "0.8", optional = true }
|
||||||
|
|
||||||
# ECS
|
# ECS
|
||||||
specs = {git = "https://github.com/amethyst/specs.git", rev = "f985bec5d456f7b0dd8aae99848f9473c2cd9d46"}
|
specs = {git = "https://github.com/amethyst/specs.git", rev = "f985bec5d456f7b0dd8aae99848f9473c2cd9d46"}
|
||||||
|
@ -12,7 +12,7 @@ be-dyn-lib = []
|
|||||||
client = {package = "veloren-client", path = "../../client"}
|
client = {package = "veloren-client", path = "../../client"}
|
||||||
common = {package = "veloren-common", path = "../../common"}
|
common = {package = "veloren-common", path = "../../common"}
|
||||||
egui = "0.12"
|
egui = "0.12"
|
||||||
egui_winit_platform = "0.7"
|
egui_winit_platform = "0.8"
|
||||||
voxygen-dynlib = {package = "veloren-voxygen-dynlib", path = "../dynlib"}
|
voxygen-dynlib = {package = "veloren-voxygen-dynlib", path = "../dynlib"}
|
||||||
|
|
||||||
# Hot Reloading
|
# Hot Reloading
|
||||||
|
Loading…
Reference in New Issue
Block a user