Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eframe support for wgpu on the web #2107

Merged
merged 23 commits into from
Oct 5, 2022
Merged

eframe support for wgpu on the web #2107

merged 23 commits into from
Oct 5, 2022

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    81bfe24 View commit details
    Browse the repository at this point in the history
  2. fix glow compile error

    Wumpf committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f1dd096 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    81dcabe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba791c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f2717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bfccc View commit details
    Browse the repository at this point in the history
  5. remove temporary logging hack

    Wumpf committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    bb35ca1 View commit details
    Browse the repository at this point in the history
  6. stop using pollster for web

    we're actually not allowed to block - this only worked because wgpu on webgl doesn't actually cause anything blocking. However, when trying webgpu this became an issue
    Wumpf committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    da3d909 View commit details
    Browse the repository at this point in the history
  7. revert cargo update

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5df06a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd2e0b8 View commit details
    Browse the repository at this point in the history
  9. code cleanup

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    faf8c58 View commit details
    Browse the repository at this point in the history
  10. Error handling

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    218d77b View commit details
    Browse the repository at this point in the history
  11. Update changelog with link

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d23288f View commit details
    Browse the repository at this point in the history
  12. Make sure --all-features work

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    9a1104a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51ab086 View commit details
    Browse the repository at this point in the history
  14. update to wasm-bindgen 0.2.83

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d973c93 View commit details
    Browse the repository at this point in the history
  15. Fix typo

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    50808d6 View commit details
    Browse the repository at this point in the history
  16. Clean up Cargo.toml

    emilk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0942899 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5497bf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. fixup wgpu labels

    Wumpf committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    85544db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320edd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d2f6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11b26f View commit details
    Browse the repository at this point in the history