improved debug interface

This commit is contained in:
Mwa
2026-03-23 19:19:38 +01:00
parent c6b58dbc21
commit ced0e13f6b
4 changed files with 780 additions and 182 deletions

View File

@@ -9,6 +9,8 @@ winit = { version = "0.30.13", features = ["x11", "x11-dl", "x11rb", "ahash", "b
winit_input_helper = "0.17.0"
parse_int = { version = "0.9.0", optional = true }
wait_on_address = { version = "0.1.4", optional = true }
clap-repl = { version = "0.3.2", optional = true }
clap = { version = "4.6.0", optional = true }
[features]
@@ -16,9 +18,7 @@ default = ["futex"]
div_mul = []
rgba = []
rich_keyboard = []
debug = ["dep:parse_int"]
debug = ["dep:parse_int","dep:clap-repl","dep:clap"]
futex = ["dep:wait_on_address"]
# [[bench]]
# name = "bench"
# harness = false
clap-repl = ["dep:clap-repl"]
clap = ["dep:clap"]