improved debug interface
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user