Skip to content

Leinnan/iced_mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iced Mobile library

This is a test library that makes possible to run Iced on iOS and Android. From usage perspective, it only requires calling mobile_run instead of run on the application and adding use iced_mobile::MobileAppRunner;.

The best approach at the moment is to have a separate crate for mobile versions of the application and use the regular application crate as a dependency.

The mobile crate can be stored in the same repository. I've created a example in the example_application directory. Android can be build using the cargo-apk utility. For iOS there is example xcode project in the example_application directory.

About

Example of Iced working on iOS and Android

Resources

Stars

20 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages