# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lingon" version = "0.1.0" description = "A game engine mainly intended for use in game jams.\n" readme = "README.md" license = "MIT" repository = "https://github.com/sornas/lingon.git" [lib] [dependencies.cgmath] version = "0.18.0" [dependencies.lazy_static] version = "1" [dependencies.lewton] version = "0.10" [dependencies.lingon-macro] version = "0.1.0" [dependencies.luminance] version = "0.43.2" [dependencies.luminance-derive] version = "0.6.1" [dependencies.luminance-glyph] version = "0.2.0" [dependencies.luminance-sdl2] version = "0.2.1" default-features = false [dependencies.luminance-windowing] version = "0.9.3" [dependencies.stb_image] version = "0.2" [dependencies.sungod] version = "0.3" [dependencies.wav] version = "0.6" [features] bundled = ["luminance-sdl2/bundled"] default = []