[package] name = "lingon" description = """ A game engine mainly intended for use in game jams. """ license = "MIT" repository = "https://github.com/sornas/lingon.git" readme = "README.md" version = "0.1.0" edition = "2018" [lib] [features] default = [] bundled = ["luminance-sdl2/bundled"] [dependencies] lazy_static = "1" lewton = "0.10" lingon-macro = { version = "0.1.0", path = "lingon-macro" } stb_image = "0.2" sungod = "0.3" wav = "0.6" luminance-glyph = "0.2.0" # NOTE(ed): These version numbers are very precise, cargo tree is your friend. cgmath = "0.18.0" luminance = "0.43.2" luminance-derive = "0.6.1" luminance-sdl2 = { version = "0.2.1", default-features = false } luminance-windowing = "0.9.3"