Update egui-video (fix panic)

This commit is contained in:
Mike Dilger 2024-07-29 08:25:06 +12:00
parent 05b8124c2d
commit 6e004813dc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1441,7 +1441,7 @@ dependencies = [
[[package]]
name = "egui-video"
version = "0.1.0"
source = "git+https://github.com/bu5hm4nn/egui-video?rev=21005df83139d0a7bdc910c66df3bc5a7b7bade2#21005df83139d0a7bdc910c66df3bc5a7b7bade2"
source = "git+https://github.com/mikedilger/egui-video?rev=12628f8fb9717380e23538e89e4dd474a0eb9411#12628f8fb9717380e23538e89e4dd474a0eb9411"
dependencies = [
"anyhow",
"chrono",

View File

@ -24,7 +24,7 @@ eframe = { git = "https://github.com/bu5hm4nn/egui", rev = "521b087269acb6032d50
egui-winit = { git = "https://github.com/bu5hm4nn/egui", rev = "521b087269acb6032d5040fa8bad33e84dbadede", features = [ "default" ] }
egui_extras = { git = "https://github.com/bu5hm4nn/egui", rev = "521b087269acb6032d5040fa8bad33e84dbadede", features = [ "syntect" ] }
## egui = { git = "https://github.com/bu5hm4nn/egui", rev = "521b087269acb6032d5040fa8bad33e84dbadede", features = [ "deadlock_detection" ] }
egui-video = { git = "https://github.com/bu5hm4nn/egui-video", rev = "21005df83139d0a7bdc910c66df3bc5a7b7bade2", features = [ "from_bytes" ], optional = true }
egui-video = { git = "https://github.com/mikedilger/egui-video", rev = "12628f8fb9717380e23538e89e4dd474a0eb9411", features = [ "from_bytes" ], optional = true }
gossip-lib = { path = "../gossip-lib" }
humansize = "2.1"
image = { version = "0.24.6", features = [ "png", "jpeg" ] }