I can't upload WebUSB to Arduino Due

Hi

I am testing the examples on this site GitHub - webusb/arduino: WebUSB demos running on Arduino (and compatible) hardware.. I changed USB 0 (#define USB_VERSION 0x200 to 0x210. But I can't upload the example to my Arduino Due board. I get this error message:

In file included from C:\Users\Google\Desktop\arduino-gh-pages\arduino-gh-pages\demos\rgb\sketch\sketch.ino:1:0:
C:\Program Files (x86)\Arduino\libraries\WebUSB/WebUSB.h:27:26: fatal error: PluggableUSB.h: No such file or directory
 #include "PluggableUSB.h"
                          ^
compilation terminated.
exit status 1
Error compiling for board Arduino Due (Programming Port).

Is there any possibility to get around this error or is there a simple example of WebUSB without using an external library?

Thanks

 fatal error: PluggableUSB.h: No such file or directory
 #include "PluggableUSB.h"
                          ^

Do you have the PluggableUSB library installed?

I'm sorry, I don't think so. Where do I find this library? Because there are some on GirHub, Which one should I use

gillisboard:
I'm sorry, I don't think so. Where do I find this library? Because there are some on GirHub, Which one should I use

Start with the place where you got the sketch. Perhaps they provide a document where they say where to get the required libraries. If not, you may have to try a few different libraries until you find one that works.