Migrate to egui v0.29.1
Not too many breaking changes. I updated egui-nav and egui-tabs as well. Fixes: https://github.com/damus-io/notedeck/issues/315 Changelog-Fixed: Fixed crash when navigating in debug mode Changelog-Changed: Migrated to egui v0.29.1 Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -14,10 +14,10 @@ use crate::{
|
||||
|
||||
static FALLBACK_PUBKEY: &str = "aa733081e4f0f79dd43023d8983265593f2b41a988671cfcef3f489b91ad93fe";
|
||||
|
||||
pub enum DecksAction {
|
||||
Switch(usize),
|
||||
Removing(usize),
|
||||
}
|
||||
//pub enum DecksAction {
|
||||
// Switch(usize),
|
||||
// Removing(usize),
|
||||
//}
|
||||
|
||||
pub struct DecksCache {
|
||||
pub account_to_decks: HashMap<Pubkey, Decks>,
|
||||
|
||||
Reference in New Issue
Block a user