Add WebGPU identity management

Issue: https://github.com/servo/servo/issues/24706#issuecomment-557891841
This commit is contained in:
Istvan Miklos 2019-11-22 10:17:25 +01:00
parent ea32495504
commit b26598d470
6 changed files with 72 additions and 13 deletions

View file

@ -391,6 +391,7 @@ pub mod htmltrackelement;
pub mod htmlulistelement;
pub mod htmlunknownelement;
pub mod htmlvideoelement;
pub mod identityhub;
pub mod imagedata;
pub mod inputevent;
pub mod keyboardevent;