2024-05-06 15:39:04 +02:00
|
|
|
// Copyright 2024 System76 <info@system76.com>
|
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
|
2024-04-11 11:24:58 +02:00
|
|
|
fn main() -> cosmic::iced::Result {
|
2024-05-06 15:19:40 +02:00
|
|
|
tracing_subscriber::fmt::init();
|
|
|
|
|
let _ = tracing_log::LogTracer::init();
|
|
|
|
|
|
2024-04-11 11:24:58 +02:00
|
|
|
cosmic_applet_input_sources::run()
|
|
|
|
|
}
|