Cargo Features
bevy_flurx_api has no features set by default.
[dependencies]
bevy_flurx_api = { version = "0.3.0", features = ["full", "fs", "clipboard", "dialog", "notification", "os", "monitor", "web_window", "http"] }
- full = clipboard, dialog, fs, http, monitor, notification, os, web_window
- fs dialog? full?
-
Enables dirs
Affects
error::fs
,bevy_flurx_api::fs
,bevy_flurx_api::path
… - clipboard full?
-
Enables arboard
Affects
bevy_flurx_api::clipboard
… - dialog full? = fs
-
Enables rfd
Affects
bevy_flurx_api::dialog
… - notification full?
-
Enables notify-rust
Affects
bevy_flurx_api::notification
… - os full?
-
Enables sys-locale and sysinfo ^0.33
Affects
bevy_flurx_api::os
… - monitor full?
-
Affects
bevy_flurx_api::monitor
… - web_window full?
-
Enables winit
Affects
bevy_flurx_api::web_window
… - http full?
-
Enables reqwest, effect and tokio of bevy_flurx ^0.9
Affects
error::http
,bevy_flurx_api::http
…