bevy_mod_bbcode 0.1.0

Use BBCode-formatted text inside of Bevy.
Documentation
[package]
name = "bevy_mod_bbcode"
version = "0.1.0"
edition = "2021"
description = "Use BBCode-formatted text inside of Bevy."
readme = "README.md"
repository = "https://github.com/TimJentzsch/bevy_mod_bbcode"
license = "MIT OR Apache-2.0"
keywords = ["gamedev", "bevy"]
categories = ["game-development"]
exclude = ["assets/**/*", ".github/**/*"]

[dependencies]
nom = "7.1.3"

[dependencies.bevy]
version = "0.14"
default-features = false
features = ["bevy_text", "bevy_ui"]

[dev-dependencies.bevy]
version = "0.14"