bevy_icon_creator/Cargo.toml

16 lines
464 B
TOML
Raw Permalink Normal View History

2024-03-22 11:25:42 +00:00
[package]
name = "bevy_icon_creator"
2024-03-24 15:31:25 +00:00
version = "0.1.7"
2024-03-22 11:25:42 +00:00
edition = "2021"
authors = ["Franklin E. Blanco"]
2024-03-24 11:37:33 +00:00
description = "A plugin to automatically create Icons from entities/models in bevy"
repository = "https://git.franklinblanco.dev/franklinblanco/bevy_icon_creator"
2024-03-24 11:38:55 +00:00
keywords = ["gamedev", "bevy", "icon", "model", "texture"]
2024-03-24 11:37:33 +00:00
categories = ["game-development"]
license = "MIT OR Apache-2.0"
2024-03-22 11:25:42 +00:00
readme = "README.md"
[lib]
[dependencies]
2024-03-24 11:37:33 +00:00
bevy = { version = "0.13.1" }