[dependencies.kon_core]
version = "0.2.0"
[dependencies.kon_ecs]
version = "0.2.0"
[dependencies.kon_input]
version = "0.2.0"
[dependencies.kon_macros]
version = "0.2.0"
[dependencies.kon_window]
version = "0.2.0"
[dependencies.log]
version = "0.4.29"
[lib]
name = "kon"
path = "src/lib.rs"
[package]
authors = ["Ceyhun <ceyhun.yildizz0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A modular 2D game engine for Rust, built with a focus on ECS performance and simplicity."
edition = "2024"
homepage = "https://github.com/cey0225/kon"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE*"]
license = "MIT OR Apache-2.0"
name = "kon-engine"
readme = "README.md"
repository = "https://github.com/cey0225/kon"
resolver = "2"
version = "0.2.0"