Reintroduce backend selection through ICED_BACKEND env var
This commit is contained in:
parent
441e9237cd
commit
4f5b63f1f4
8 changed files with 196 additions and 83 deletions
|
|
@ -18,7 +18,6 @@
|
|||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
mod antialiasing;
|
||||
mod cached;
|
||||
mod error;
|
||||
mod primitive;
|
||||
mod settings;
|
||||
mod viewport;
|
||||
|
|
@ -27,6 +26,7 @@ pub mod backend;
|
|||
pub mod color;
|
||||
pub mod compositor;
|
||||
pub mod damage;
|
||||
pub mod error;
|
||||
pub mod gradient;
|
||||
pub mod mesh;
|
||||
pub mod renderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue