Alberto Torres
9af1322937
* Incomplete port of myou-engine-js to nimskull, after many months of work, and a few extra features that weren't exactly necessary for a "first commit" to work. Excuse the lack of commit history up to this point. * Bare bones structure of the documentation and the process to update it. * Restructure of the whole project to have a more sensible organization. * Making submodules of forks of larger libraries. * README, licenses, AUTHORS.md.
10 lines
277 B
Markdown
10 lines
277 B
Markdown
|
|
This directory emulates having the libraries as packages, so you only need to
|
|
include this in your path to use a local copy of the engine.
|
|
|
|
Add this to your `nim.cfg`:
|
|
|
|
path:"../myou-engine/libs/packages"
|
|
|
|
Change `..` by the actual location of `myou-engine` if necessary.
|