brickrust 1.11.2+brickrust-001

A library which allows Brick Rigs modding
# 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 = "brickrust"
version = "1.11.2+brickrust-001"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library which allows Brick Rigs modding"
readme = "readme.md"
license = "MIT"
repository = "https://github.com/KoT3isGood/brickrust"

[features]
brick_rigs_1_11 = ["brick_rigs_bricks_1_11"]
brick_rigs_bricks_1_11 = []
default = ["brick_rigs_bricks_1_11"]
process_internal_debug = []

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

[[example]]
name = "basic_init"
crate-type = ["dylib"]
path = "examples/basic_init.rs"

[[example]]
name = "custom_brick_properties"
crate-type = ["dylib"]
path = "examples/custom_brick_properties.rs"

[[example]]
name = "function_tests"
crate-type = ["dylib"]
path = "examples/function_tests.rs"

[[example]]
name = "workshop_allow_modded"
crate-type = ["dylib"]
path = "examples/workshop_allow_modded.rs"

[dependencies.bitflags]
version = "2.13.1"

[dependencies.brickrust_macros]
version = "0.0.1"

[dependencies.brickworks]
version = "0.0.1"

[dependencies.iced-x86]
version = "1.21.0"

[dependencies.inventory]
version = "0.3.24"

[dependencies.min_hook_rs]
version = "2.2.1"

[dependencies.wchar]
version = "0.11.1"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"