iris: add positioned text overflow
This commit is contained in:
1 parent
1f15125992
commit
a475ae772f
14 files changed
+735
-31
No files matched your search
@@ -0,0 +1,8 @@
|
||||
use iris::prelude::*;
|
||||
|
||||
#[path = "lib.rs"]
|
||||
mod app;
|
||||
|
||||
fn main() {
|
||||
DesktopApp::run_with(app::build);
|
||||
}
|
||||
Reference in new issue
Block a user