update to egui 0.19

This commit is contained in:
kirjavascript 2022-09-29 23:19:26 +01:00
parent 7b6b6fb27e
commit 1e07ee9141
3 changed files with 402 additions and 741 deletions

1134
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,6 +11,7 @@ pub mod z80;
use gfx::Gfx;
// TODO: composit layers in gfx istead of multiple buffers
// just draw directly to layers
pub struct Megadrive {
pub core: ConfiguredCore<AutoInterruptController, mem::Mem>,

View file

@ -23,12 +23,12 @@ instant = "0.1"
# wasm-bindgen-futures = "0.4"
# hqx = { git = "https://github.com/CryZe/wasmboy-rs", branch = "master" }
# egui = "0.18.0"
# eframe = { version = "0.18.0", features = ["persistence"] }
egui = "0.19.0"
eframe = { version = "0.19.0", features = ["persistence"] }
# egui = { path = "/home/cake/dev/egui/egui" }
# eframe = { path = "/home/cake/dev/egui/eframe" }
egui = { git = "https://github.com/emilk/egui", rev = "7eeb292a" }
eframe = { git = "https://github.com/emilk/egui", rev = "7eeb292a" }
# egui = { git = "https://github.com/emilk/egui", rev = "7eeb292a" }
# eframe = { git = "https://github.com/emilk/egui", rev = "7eeb292a" }
# serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
# native: