From bac5c02bd825b84658ca477f0b30d2fdac72d4a0 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 6 Feb 2019 14:28:09 -0500 Subject: [PATCH] Add trait object example --- .idea/misc.xml | 2 + .idea/rust.iml | 9 +++ .idea/workspace.xml | 170 ++++++++++++++++++++++---------------------- gui/Cargo.toml | 7 ++ gui/src/lib.rs | 48 +++++++++++++ gui/src/main.rs | 36 ++++++++++ 6 files changed, 187 insertions(+), 85 deletions(-) create mode 100644 gui/Cargo.toml create mode 100644 gui/src/lib.rs create mode 100644 gui/src/main.rs diff --git a/.idea/misc.xml b/.idea/misc.xml index a6db409..69ba99e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -32,6 +32,8 @@ + + diff --git a/.idea/rust.iml b/.idea/rust.iml index 657a62e..8f1c362 100644 --- a/.idea/rust.iml +++ b/.idea/rust.iml @@ -130,6 +130,13 @@ + + + + + + + @@ -142,6 +149,7 @@ + @@ -159,6 +167,7 @@ + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5b7d892..3883477 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -13,21 +13,7 @@ - - - - - - - - - - - - - - - + @@ -54,11 +42,6 @@ @@ -135,6 +123,17 @@ + + + + + + + + + + +