├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | .project 3 | .cproject 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | NOTE: Something interesting is coming. 2 | For the dated and clumsy version, please revert to: 3 | 4 | 1bab4b9c60ad43302e460a24de14a0ac136bea7f 5 | 6 | Use with the 0.5.2 tagged version of [Arcan](https://arcan-fe.com). 7 | --------------------------------------------------------------------------------