Update dependencies

This commit is contained in:
Jeremy Soller 2024-09-20 09:24:03 -06:00
parent c202c8cffc
commit 5dff3418ad
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 77 additions and 75 deletions

View file

@ -22,7 +22,7 @@ use crate::{
macro_rules! menu_button {
($($x:expr),+ $(,)?) => (
button(
button::custom(
Row::with_children(
vec![$(Element::from($x)),+]
)