Skip to content

Commit

Permalink
changelog and cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zane-weissman committed Dec 1, 2024
1 parent 034eb31 commit 364febb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to eww will be listed here, starting at changes since versio
- Fix values in the `EWW_NET` variable (By: mario-kr)
- Fix the gtk `expander` widget (By: ovalkonia)
- Fix wayland monitor names support (By: dragonnn)
- Render image widget at full resolution when display scaling is enabled (By: zane-weissman)

### Features
- Update rust toolchain to 1.81.0 (By: w-lfchen)
Expand Down
2 changes: 1 addition & 1 deletion crates/eww/src/widgets/widget_definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use eww_shared_util::Spanned;
use gdk::{ModifierType, NotifyType};
use glib::translate::FromGlib;
use gtk::{self, glib, prelude::*, DestDefaults, TargetEntry, TargetList};
use gtk::{gdk, pango};
use gtk::{cairo, gdk::ffi::gdk_cairo_surface_create_from_pixbuf};
use gtk::{gdk, pango};
use itertools::Itertools;
use once_cell::sync::Lazy;

Expand Down

0 comments on commit 364febb

Please sign in to comment.