bump deps in prep for profiling changes

This commit is contained in:
William Casarin
2023-07-06 19:35:21 -07:00
parent 672f95749a
commit ba973cbe1b
4 changed files with 351 additions and 646 deletions

View File

@@ -13,8 +13,8 @@ crate-type = ["lib", "cdylib"]
[dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.22.0"
eframe = { version = "0.22.0", features = [ "wgpu" ] }
#eframe = "0.20.0"
eframe = { version = "0.22.0", default-features = false, features = [ "glow" ] }
#eframe = "0.22.0"
egui_extras = { version = "0.22.0", features = ["image", "svg"] }
ehttp = "0.2.0"
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
@@ -28,7 +28,12 @@ enostr = { path = "enostr" }
serde_json = "1.0.89"
env_logger = "0.10.0"
shatter = "0.1.1"
puffin_egui = { version = "0.22.0", optional = true }
puffin = { version = "0.16.0", optional = true }
[features]
default = []
profiling = ["puffin", "puffin_egui", "eframe/puffin"]
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]