Introduce new iced_selector subcrate and refactor Operation
This commit is contained in:
parent
8ca25d627f
commit
63142d34fc
29 changed files with 839 additions and 521 deletions
|
|
@ -89,10 +89,11 @@ use iced_renderer as renderer;
|
|||
use iced_runtime as runtime;
|
||||
use iced_runtime::core;
|
||||
|
||||
pub use iced_selector as selector;
|
||||
|
||||
pub mod emulator;
|
||||
pub mod ice;
|
||||
pub mod instruction;
|
||||
pub mod selector;
|
||||
pub mod simulator;
|
||||
|
||||
mod error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue