generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
62ee0ee0ab
commit
5ad9ad4f3a
|
@ -2,7 +2,7 @@ use std::fmt::Display;
|
||||||
|
|
||||||
use egui::{epaint::PathStroke, *};
|
use egui::{epaint::PathStroke, *};
|
||||||
use egui::{vec2, Pos2, Rect};
|
use egui::{vec2, Pos2, Rect};
|
||||||
use libpt::log::{debug, trace};
|
use libpt::log::debug;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use strum::{EnumIter, IntoEnumIterator};
|
use strum::{EnumIter, IntoEnumIterator};
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ mod app;
|
||||||
// When compiling natively:
|
// When compiling natively:
|
||||||
#[cfg(not(target_arch = "wasm32"))]
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
fn main() -> eframe::Result {
|
fn main() -> eframe::Result {
|
||||||
use libpt::log::{debug, error};
|
use libpt::log::debug;
|
||||||
use tracing_subscriber::util::SubscriberInitExt;
|
use tracing_subscriber::util::SubscriberInitExt;
|
||||||
|
|
||||||
let mut app = app::RollatorApp::new_with_cli();
|
let mut app = app::RollatorApp::new_with_cli();
|
||||||
|
|
Loading…
Reference in New Issue