diff options
author | 2024-03-17 13:46:52 +0100 | |
---|---|---|
committer | 2024-03-17 13:46:52 +0100 | |
commit | 846d76cd3f3f2faae5efbb3fda2a2bcb3b064481 (patch) | |
tree | 44c407d10ffc60856a83019a5794544723ade037 /src/lib.rs | |
parent | 9152904af1630a6d373b2fd7c284835bf0a3ca95 (diff) | |
download | iced-846d76cd3f3f2faae5efbb3fda2a2bcb3b064481.tar.gz iced-846d76cd3f3f2faae5efbb3fda2a2bcb3b064481.tar.bz2 iced-846d76cd3f3f2faae5efbb3fda2a2bcb3b064481.zip |
Remove `Sandbox` trait :tada:
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -172,7 +172,6 @@ pub use iced_futures::futures; pub use iced_highlighter as highlighter; mod error; -mod sandbox; pub mod application; pub mod program; @@ -311,7 +310,6 @@ pub use executor::Executor; pub use font::Font; pub use program::Program; pub use renderer::Renderer; -pub use sandbox::Sandbox; pub use settings::Settings; pub use subscription::Subscription; |