File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ruffle_scanner"
33authors = [
" Nathan Adams <[email protected] >" ]
4- edition.workspace = true
4+ edition = " 2024 "
55homepage.workspace = true
66license.workspace = true
77repository.workspace = true
Original file line number Diff line number Diff line change 22
33use crate :: cli_options:: ExecuteReportOpt ;
44use crate :: file_results:: { AvmType , FileResults , Step } ;
5- use crate :: logging:: { ScanLogBackend , ThreadLocalScanLogger , LOCAL_LOGGER } ;
5+ use crate :: logging:: { LOCAL_LOGGER , ScanLogBackend , ThreadLocalScanLogger } ;
6+ use ruffle_core:: PlayerBuilder ;
67use ruffle_core:: backend:: navigator:: { NullExecutor , NullNavigatorBackend } ;
78use ruffle_core:: limits:: ExecutionLimit ;
89use ruffle_core:: swf:: { decompress_swf, parse_swf} ;
910use ruffle_core:: tag_utils:: movie_from_path;
10- use ruffle_core:: PlayerBuilder ;
1111use sha2:: { Digest , Sha256 } ;
12- use std:: io:: { stdout , Write } ;
12+ use std:: io:: { Write , stdout } ;
1313use std:: panic:: catch_unwind;
1414use std:: path:: Path ;
1515use std:: time:: { Duration , Instant } ;
You can’t perform that action at this time.
0 commit comments