mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-19 09:55:28 +00:00
Migrate to Rust edition 2024
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
use std::{cmp::Ordering, default::Default};
|
||||
|
||||
use egui::{text::LayoutJob, Label, Response, Sense, Widget};
|
||||
use egui::{Label, Response, Sense, Widget, text::LayoutJob};
|
||||
use egui_extras::TableRow;
|
||||
use objdiff_core::{
|
||||
diff::{
|
||||
display::{
|
||||
display_row, instruction_context, instruction_hover, DiffText, DiffTextColor,
|
||||
DiffTextSegment, HighlightKind,
|
||||
},
|
||||
DiffObjConfig, InstructionDiffKind, InstructionDiffRow, ObjectDiff,
|
||||
display::{
|
||||
DiffText, DiffTextColor, DiffTextSegment, HighlightKind, display_row,
|
||||
instruction_context, instruction_hover,
|
||||
},
|
||||
},
|
||||
obj::{InstructionArgValue, InstructionRef, Object},
|
||||
util::ReallySigned,
|
||||
|
||||
Reference in New Issue
Block a user