bevy_cards 0.18.0

A simple, no dependency bevy plugin for making card games
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 = "2024"
name = "bevy_cards"
version = "0.18.0"
authors = ["Christopher Kaster <me@atomicptr.de>"]
build = false
exclude = [
    "devenv*",
    ".github/*",
    "assets/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, no dependency bevy plugin for making card games"
readme = "README.md"
keywords = [
    "bevy",
    "2d",
    "card",
    "tcg",
    "card-game",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/atomicptr/bevy_cards"

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

[[example]]
name = "readme"
path = "examples/readme.rs"

[[example]]
name = "slots"
path = "examples/slots.rs"

[dependencies.bevy]
version = "0.18.0"
features = [
    "bevy_core_pipeline",
    "bevy_log",
    "bevy_render",
    "bevy_window",
]
default-features = false

[dev-dependencies.bevy]
version = "0.18.0"
features = [
    "bevy_asset",
    "bevy_sprite",
    "bevy_sprite_render",
    "bevy_state",
    "bevy_winit",
    "multi_threaded",
    "png",
    "wayland",
    "x11",
]
default-features = false