keeshond 0.3.0

A fast and fun 2D game engine for Rust
Documentation
# 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 = "keeshond"
version = "0.3.0"
authors = ["Danni H <dannihfoss@fastmail.fm>"]
description = "A fast and fun 2D game engine for Rust"
readme = "README.md"
categories = ["game-engines"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/cosmicchipsocket/keeshond"
[dependencies.backtrace]
version = "0.3"
optional = true

[dependencies.bit-set]
version = "0.5.0"

[dependencies.bitarray-set]
version = "0.4.1"

[dependencies.cstr-macro]
version = "0.1.0"
optional = true

[dependencies.downcast-rs]
version = "1.0.3"

[dependencies.getopts]
version = "0.2.18"

[dependencies.glium]
version = "0.23.0"
default-features = false

[dependencies.hashers]
version = "1.0.1"

[dependencies.imgui]
version = "0.0.23"
optional = true

[dependencies.imgui-glium-renderer]
version = "0.0.23"
optional = true

[dependencies.imgui-sys]
version = "0.0.23"
features = ["gfx"]
optional = true

[dependencies.keeshond_datapack]
version = "0.3.0"

[dependencies.log]
version = "0.4.6"
features = ["std"]

[dependencies.nalgebra-glm]
version = "0.2.0"

[dependencies.png]
version = "0.13.2"

[dependencies.sdl2]
version = "0.31.0"

[dependencies.sdl2-sys]
version = "0.31.0"

[dependencies.typenum]
version = "1.10.0"
[dev-dependencies.rand]
version = "0.6.5"

[features]
default = ["default_logger", "graphical_panic"]
default_logger = []
graphical_panic = ["backtrace"]
imgui_integration = ["imgui", "imgui-sys", "imgui-glium-renderer", "cstr-macro"]