diff --git a/Cargo.toml b/Cargo.toml index b94783c..2c32356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui-macroquad" -version = "0.16.0" +version = "0.16.1" authors = ["Ilya Sheprut "] edition = "2021" license = "MIT/Apache-2.0" @@ -18,17 +18,17 @@ include = [ ] [dependencies] -egui = "0.25.0" -# use a fork of egui-miniquad that's been updated to support egui 0.25.0 until https://github.com/not-fl3/egui-miniquad/pull/65 is merged -egui-miniquad = { git = 'https://github.com/caspark/egui-miniquad.git', rev="4fb6d4c4f3c1ed2114c5cf80f8ce967f5301e318" } -macroquad = { version="0.4.4", default-features=false } +egui = "0.29.0" +egui-miniquad = { git = 'https://github.com/not-fl3/egui-miniquad.git', branch="master" } +macroquad = { version="0.4.5", default-features=false } + [features] default = ["audio"] audio = ["macroquad/audio"] [dev-dependencies] -egui_demo_lib = "0.25.0" +egui_demo_lib = "0.29.0" [profile.release] opt-level = 2