diff --git a/demo-puffin/Cargo.toml b/demo-puffin/Cargo.toml index 10a61fd..4fd934a 100644 --- a/demo-puffin/Cargo.toml +++ b/demo-puffin/Cargo.toml @@ -21,10 +21,10 @@ categories = ["development-tools::profiling"] profiling = { path = "../profiling", features = ["profile-with-puffin"] } puffin = "0.20" -puffin_egui = "0.29.0" -egui = "0.28.1" +puffin_egui = "0.30.0" +egui = "0.33.3" # wgpu also works fine here -eframe = { version = "0.28.1", default-features = false, features = ["glow"] } +eframe = { version = "0.33.3", default-features = false, features = ["glow", "x11", "wayland"] } log = "0.4" env_logger = "0.11" diff --git a/deny.toml b/deny.toml index cb00245..357352d 100644 --- a/deny.toml +++ b/deny.toml @@ -82,7 +82,7 @@ confidence-threshold = 1.0 # Allow 1 or more licenses on a per-crate basis, so that particular licenses # aren't accepted for every possible crate as with the normal allow list exceptions = [ - { allow = ["OFL-1.1", "LicenseRef-UFL-1.0"], name = "epaint", version = "*" }, + { allow = ["OFL-1.1", "LicenseRef-UFL-1.0", "Ubuntu-font-1.0"], name = "epaint_default_fonts", version = "*" }, ] # Some crates don't have (easily) machine readable licensing information,