Module app

Source
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.
ApplicationExt
Methods automatically derived for all types implementing Application.
CosmicFlags

Functions§

run
Launch a COSMIC application with the given Settings.
run_single_instancesingle-instance
Launch a COSMIC application with the given Settings. If the application is already running, the arguments will be passed to the running instance.

Type Aliases§

Task