Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions demo-puffin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading