With this in Cargo.toml:
bevy_console = { version = "0.13.1" }
And
.add_plugins(ConsolePlugin)
.insert_resource(ConsoleConfiguration {
..default()
})
Bevy fails at startup with
bevy_console::console::console_ui could not access system parameter ResMut<EguiUserTextures>
If I find a solution, I'll post it in the comments.