From 3dfbd3358844aafa648592d140fecf58455dcc78 Mon Sep 17 00:00:00 2001 From: orpos <58054927+orpos@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:02:37 -0300 Subject: [PATCH] add cargo note about the installation method --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a525a..b6d73cf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Kaledis is a tool for allowing Luau to be used with Love2D via transpiling, alon It has many resources to make your life much easier when using Love2D: * Transpiles Luau into compatible Love2D code, allowing type annotations, libraries and other features to be implemented. -* Automatically manages and provides Love2D installations. +* Automatically manages and provides Love2D installations. (WIP) * Simple commands and CLI, you'll get the hang of it in no time. * Easily create & ship your project to the current OS you build the project in. * A more friendly frontend configuration framework, using a TOML file instead of a *conf.lua* @@ -18,6 +18,11 @@ It has many resources to make your life much easier when using Love2D: ## Installation *Note: The only available builds are for Windows. MacOS and Linux builds have not been tested.* +### From Cargo +We currently are waiting for [Dal](https://github.com/CavefulGames/dal) to make some fields public or implement a constructor with changeable params. + +The [package](https://crates.io/crates/kaledis) is just a placeholder for now. + ### From Releases Go to the Releases page and download the `kaledis.exe` file. *Windows only.*