From 4b36805b55c06ec15b65fbe45f4d038cad472b79 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 15 May 2022 10:26:55 +0200 Subject: [PATCH] continue obj manager --- .idea/runConfigurations/Format.xml | 19 +++ .../{Run_launchpad.xml => Run.xml} | 3 +- .idea/runConfigurations/Test.xml | 19 +++ src/lib.rs | 161 ++++++++++++++++++ src/main.rs | 13 +- 5 files changed, 202 insertions(+), 13 deletions(-) create mode 100644 .idea/runConfigurations/Format.xml rename .idea/runConfigurations/{Run_launchpad.xml => Run.xml} (80%) create mode 100644 .idea/runConfigurations/Test.xml create mode 100644 src/lib.rs diff --git a/.idea/runConfigurations/Format.xml b/.idea/runConfigurations/Format.xml new file mode 100644 index 0000000..e6f696d --- /dev/null +++ b/.idea/runConfigurations/Format.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_launchpad.xml b/.idea/runConfigurations/Run.xml similarity index 80% rename from .idea/runConfigurations/Run_launchpad.xml rename to .idea/runConfigurations/Run.xml index b265baa..342e53e 100644 --- a/.idea/runConfigurations/Run_launchpad.xml +++ b/.idea/runConfigurations/Run.xml @@ -1,5 +1,5 @@ - +