-
Notifications
You must be signed in to change notification settings - Fork 20
/
Cargo.toml
35 lines (31 loc) · 1.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[workspace]
resolver = "2"
members = ["framework_crates/*", "other_crates/*", "demos/*"]
default-members = ["framework_crates/*"]
[workspace.package]
edition = "2021"
version = "0.4.0"
rust-version = "1.81"
readme = "README.md"
homepage = "https://fishfolk.org/development/bones/introduction/"
repository = "https://github.com/fishfolk/bones"
documentation = "https://fishfolk.github.io/bones/rustdoc/bones_framework/index.html"
description = "The bones game development framework."
license = "MIT OR Apache-2.0"
authors = ["The Fish Folk & Spicy Lobster Developers"]
categories = ["game-development", "game-engines", "wasm", "data-structures"]
keywords = ["bones", "bevy", "scripting", "ecs", "framework"]
[workspace.lints.clippy]
correctness = "warn"
[workspace.dependencies]
branches = "0.1"
futures-lite = "2.3"
fxhash = "0.2"
hashbrown = "0.14"
maybe-owned = "0.3"
parking_lot = "0.12"
smallvec = "1.11"
ustr = "0.10"
iroh-net = "0.27"
[profile.release]
lto = true