Update README

This commit is contained in:
~keith 2022-02-21 20:55:04 +00:00
parent 402cf13d27
commit cd11c4b53b
Signed by: keith
GPG Key ID: 5BEBEEAB2C73D520
1 changed files with 6 additions and 5 deletions

View File

@ -3,9 +3,10 @@
A game engine written in Common Lisp. A game engine written in Common Lisp.
## Dependencies ## Dependencies
- cl-sdl2 - Currently requires [SBCL](http://www.sbcl.org/)
- cl-opengl - [cl-sdl2](https://github.com/lispgames/cl-sdl2)
- trivial-types - [cl-opengl](https://github.com/3b/cl-opengl)
- [trivial-types](https://github.com/m2ym/trivial-types)
- [objective-lisp](https://bytes.keithhacks.cyou/keith/objective-lisp) - [objective-lisp](https://bytes.keithhacks.cyou/keith/objective-lisp)
- 3d-vectors - [3d-vectors](https://github.com/Shinmera/3d-vectors)
- 3d-matrices - [3d-matrices](https://github.com/Shinmera/3d-matrices)