bump deps in prep for profiling changes
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user