#![feature(stmt_expr_attributes)] #[cfg(all(feature = "be-dyn-lib", feature = "use-dyn-lib"))] compile_error!("Can't use both \"be-dyn-lib\" and \"use-dyn-lib\" features at once"); mod character_states; use client::{Client, Join, World, WorldExt}; use common::{ comp, comp::{Poise, PoiseState}, }; use core::mem; use egui::{ plot::{Plot, Value}, widgets::plot::Curve, CollapsingHeader, Color32, Grid, Label, Pos2, ScrollArea, Slider, Ui, Window, }; fn two_col_row(ui: &mut Ui, label: impl Into