2024-07-05 17:01:09 +00:00
|
|
|
[package]
|
2024-07-05 21:10:25 +00:00
|
|
|
name = "powercreep"
|
2024-07-05 17:01:09 +00:00
|
|
|
version = "0.1.0"
|
2024-07-05 17:11:18 +00:00
|
|
|
publish = false
|
2024-07-05 17:01:09 +00:00
|
|
|
edition = "2021"
|
2024-07-05 17:11:18 +00:00
|
|
|
repository = "https://msrd0.dev/spielemarmelade/turtlegame"
|
|
|
|
description = "turtlegame - the game from the turtleteam :)"
|
2024-07-05 17:01:09 +00:00
|
|
|
|
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
|
|
# opt-level = 1
|
|
|
|
|
|
|
|
# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
|
|
|
|
[profile.dev.package."*"]
|
|
|
|
opt-level = 3
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-05 21:10:25 +00:00
|
|
|
comfy = { version = "0.4.0", features = ["wayland"] }
|
2024-07-07 11:54:42 +00:00
|
|
|
indexmap = "2"
|
2024-07-07 14:13:52 +00:00
|
|
|
log = "0.4.22"
|
2024-07-06 17:59:56 +00:00
|
|
|
|
2024-07-06 20:23:25 +00:00
|
|
|
[build-dependencies]
|
|
|
|
heck = "0.5"
|
|
|
|
resvg = "0.42"
|
|
|
|
|
2024-07-06 17:59:56 +00:00
|
|
|
[patch.crates-io]
|
|
|
|
# https://github.com/darthdeus/comfy/issues/101
|
|
|
|
# https://github.com/darthdeus/comfy/pull/102
|
|
|
|
comfy = { git = "https://github.com/Plonq/comfy/", branch = "101-fix-keyboard-events" }
|