From af76fd34ec118c5942a1b56f2f098748eb8b420e Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 27 Feb 2024 18:56:22 +0100 Subject: [PATCH] changes for test --- README.md | 6 +++++- dependencies | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 dependencies diff --git a/README.md b/README.md index 2f24d48..d575054 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Repo Template for git-tool compatible layout -unfinished +unfinished. + +Dependencies File: + +tbd ## Shortcut FIXME: Explain shortcuts generically and remove logic from actual program, instead replace with generic configurable shortcut diff --git a/dependencies b/dependencies new file mode 100644 index 0000000..1184e51 --- /dev/null +++ b/dependencies @@ -0,0 +1,5 @@ +# kevinkk525/OC-GUI-API master +https://github.com/kevinkk525/OC-GUI-API/raw/master/shapes_default.lua /lib/shapes_default.lua +https://github.com/kevinkk525/OC-GUI-API/raw/master/GUI.lua /lib/GUI.lua +https://github.com/kevinkk525/OC-GUI-API/raw/master/term_mod.lua /lib/term_mod.lua +https://github.com/kevinkk525/OC-GUI-API/raw/master/tech_demo.lua /home/GUI_tech_demo.lua \ No newline at end of file