rogalik_common 0.3.0

Common definitions for the Rogalik engine
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rogalik_common"
version = "0.3.0"
authors = ["Maciej Główka <mg@maciejglowka.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common definitions for the Rogalik engine"
readme = false
keywords = [
    "gamedev",
    "game",
    "wasm",
]
categories = [
    "games",
    "game-engines",
    "game-development",
]
license = "MIT"
repository = "https://github.com/maciekglowka/rogalik"

[features]
serialize = ["dep:serde"]

[lib]
name = "rogalik_common"
path = "src/lib.rs"

[dependencies.rogalik_math]
version = "0.3.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.winit]
version = "0.30"
features = [
    "android-native-activity",
    "rwh_05",
]