terra-items-xbox360 0.1.2

Crate with enum contatining xbox 360 terraria items and prefixes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "terra-items-xbox360"
version = "0.1.2"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Crate with enum contatining xbox 360 terraria items and prefixes"
authors = ["Fili_pk"]
repository = "https://gitlab.com/terra-conv/terra-items-xbox360"

[dependencies]
terra-items = { version = "0.2.*", optional = true }
terra-types = "0.2.*"

[features]
convert = ["dep:terra-items"]