We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f536f66 commit a9c21e0Copy full SHA for a9c21e0
README.md
@@ -7,3 +7,5 @@ Build 3D worlds in Nim.
7
Enu lets you build and explore worlds using a familiar block-building interface
8
and a Logo inspired API. It tries to make 3D development easier, and will
9
eventually be able to create standalone games.
10
+
11
+Visit the [Enu website](https://ē.nu), or join us on [Discord](https://discord.gg/BWHUs4Wc).
enu.nimble
@@ -14,7 +14,7 @@ const
14
nim_dlls = ["pcre64.dll"]
15
godot_opts = "target=release_debug"
16
17
-version = "0.1.99"
+version = "0.2.0"
18
author = "Scott Wadden"
19
description = "Logo-like DSL for Godot"
20
license = "MIT"
0 commit comments