Available on crate feature
winit only.Expand description
Build interactive cross-platform COSMIC applications.
Check out our application example in our repository.
Re-exports§
pub use context_drawer::ContextDrawer;pub use context_drawer::context_drawer;pub use crate::Core;pub use settings::Settings;
Modules§
- context_
drawer - cosmic
- settings
- Configure a new COSMIC application.
Enums§
- Action
- A message managed internally by COSMIC.
Traits§
- Application
- An interactive cross-platform COSMIC application.
- Application
Ext - Methods automatically derived for all types implementing
Application. - Cosmic
Flags
Functions§
- run
- Launch a COSMIC application with the given
Settings. - run_
single_ instance single-instance - Launch a COSMIC application with the given
Settings. If the application is already running, the arguments will be passed to the running instance.