Skip to content

Commit

Permalink
feat: update to egui 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Oct 5, 2024
1 parent 2847fd5 commit 6508d09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = { version = "0.28.1", default-features = false }
egui = { version = "0.29.1", default-features = false }
twemoji-assets = { version = "1.3.0", default-features = false }
unicode-segmentation = "1.11.0"

[dev-dependencies]
eframe = "0.28.1"
egui_extras = { version = "0.28.1", features = ["svg"] }
eframe = "0.29.1"
egui_extras = { version = "0.29.1", features = ["svg"] }

[features]
default = ["svg"]
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ fn empty_response(ctx: egui::Context) -> egui::Response {
is_pointer_button_down_on: false,
interact_pointer_pos: None,
changed: false,
intrinsic_size: None,
}
}

Expand Down

0 comments on commit 6508d09

Please sign in to comment.